How can one plot a three-dimensional plot of a differential equation system of the following to show the trajectories in mathematica:
$x' = yz,~ y' = -2xz,~ z' = xy$
I tried using VectorPlot3D and ParametricPlot3D
|
How can one plot a three-dimensional plot of a differential equation system of the following to show the trajectories in mathematica: $x' = yz,~ y' = -2xz,~ z' = xy$ I tried using |
||||
|
How about like so, parameterizing initial conditions by spherical angles $\theta$ and $\phi$:
The copy-paste-ready code:
|
|||
|
ParametricPlot3D[]should be fine. What were you expecting that you didn't get? – J. M. Nov 11 '11 at 4:57Axesinstead ofFramein the two-dimensional case)? – J. M. Nov 11 '11 at 5:08