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}
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}