Graphics, Figures & TablesPlotting a trajectory of a 3d model

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Plotting a trajectory of a 3d model

Post by pallav »

I want to get a trajectory of a 3D model attached herewith with the help of pst-ode-doc.pdf

Code: Select all

\pstVerb{
/alpha 10 def
/beta 28 def
/gamma 8 3 div def
}
\pstODEsolve[algebraic]{lorenzXYZ}{0 1 2}{0}{25}{2501}{10 10 30}{
alpha*(x[1]-x[0]) |
x[0]*(beta-x[2]) - x[1] |
x[0]*x[1] - gamma*x[2]
}
\listplotThreeD{lorenzXYZ}
Please complete the code so get the figure.
Attachments
pst-ode-doc.pdf
(127.84 KiB) Downloaded 188 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply