Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,
I need to solve a System of Ordinary Differential Equations (ODE) by Runge-Kutta-Fehlberg method. I know that algorithm only uses with an ODE which has a function with form y'=f(x,y). Now I want to enhance this algorithm with a system of ODE, [y1',y2',...,yn']=[f1(x,y1,y2,...yn),f2(x,y1,y2,...yn),...,fn(x,y1,y2,...yn)]

How to do this? Hope you support it to me. Thanks.

What I have tried:

I tried with this algorithm for an ODE solving. But not know how to apply it for a System of ODE.
Posted
Updated 16-Mar-16 22:47pm

1 solution

Usually Google helps[^].
 
Share this answer
 
Comments
Andrewpeter 22-Apr-16 23:25pm    
Hi Cpallini,
I find my problem on Google, but not see anything relative to it. All problems which I see on Google are for one ODE, not System of ODE. Please help me find it. Thanks.

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