Afficher commentaires plus anciens
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 commentaires
Jan
le 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
le 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
le 29 Mar 2019
James Tursa
le 29 Mar 2019
Please format your code so that it is readable.
Abdelkarim Zribi
le 30 Mar 2019
Modifié(e) : John D'Errico
le 30 Mar 2019
John D'Errico
le 30 Mar 2019
Réponses (0)
Catégories
En savoir plus sur Runge Kutta Methods dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!