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 VectorPlot3D and ParametricPlot3D
How about like so, parameterizing initial conditions by spherical angles $\theta$ and $\phi$:
The copy-paste-ready code: