You are not logged in.
Pages: 1
Hi Guys
Hopefully I could find someone how has any idea about 4th order runge kutta method
I have 4 differential equations and I would like to use 4th order runge kutta method to numrically solve these equations
Equations are
Eq1 = -θ1 *x1*x2 +θ2*x3
Eq2 = -θ1 *x1*x2 + (θ2+θ3)*x3
Eq3= θ1 *x1*x2 - (θ2+θ3)*x3
Eq4 = θ3*x3
is there any one who can help me how to write down the 4th order runge kutta method for these equations
Thanks alot.
Offline
Pages: 1