Runge-Kutta 3
Show older comments
how to use Runge Kutta 3 to solve an equation (2x''-x'²+4=0) for example.I have the initial values and the step sizes. Thanks
6 Comments
Jan
on 27 Mar 2019
What have you tried so far? What exactly is "Runge Kutta 3"? Did you convert the equation of order 2 to a system of equations of order 1 already?
James Tursa
on 27 Mar 2019
Are you supposed to write your own RK code or can you use a MATLAB solver such as ode45? (Nobody uses an RK3 method because in the derivation the error terms fall out naturally to produce an RK4 method).
Abdelkarim Zribi
on 29 Mar 2019
James Tursa
on 29 Mar 2019
Please format your code so that it is readable.
Abdelkarim Zribi
on 30 Mar 2019
Edited: John D'Errico
on 30 Mar 2019
John D'Errico
on 30 Mar 2019
Answers (0)
Categories
Find more on Runge Kutta Methods in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!