Click here to Skip to main content
15,887,892 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to solve the derivatives and visualize them.

dx/dt = -y - z,
dy/dt = x + ay,
dz/dt = b + z(x - c)
Usual parameters: a = b = 0.2, c = 5.7
Visualize z=z(t,x,y).

What I have tried:

I am confused do i need to use Runge-Kutta method to solve and then code or is there any other easy method to solve the equations.
Posted
Updated 26-May-18 1:28am

1 solution

Quote:
I am confused do i need to use Runge-Kutta method to solve and then code or is there any other easy method to solve the equations
Then have a look at this very Wikipedia page: Numerical methods for ordinary differential equations - Wikipedia[^].
 
Share this answer
 
Comments
[no name] 26-May-18 8:49am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900