Question: Plot a Dynamical System

How to plot a dynamical system as x' = f(x,y,z) , y'=g(x,y,z) . z'=h(x,y,z) ?

 

 

e.g.    x'=(x z )/y - x - 1

 

         y'=x y - 5 x z + y

 

         z'=( x z^3 )/y+( z^2)/y+6z

 

 

 

 

This has been branched into the following page(s):
Please Wait...