can anyone help me implement this?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Numerical integration through Taylor series. Runge-Kutta method. Implementation.
Write a program that solves Cauchy's problem y '= f (x, y), y (x0) = y0.
The program can be used for an arbitrary function f, a step h, and the interval [x0, b].
Using this program to solve Cauchy's problem
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/312956/image.jpeg)
Step h = 1 / 4. To approximate the values of the solution y in the points xi = h * I, with i = 16.
2 Kommentare
Antworten (1)
David H
am 9 Jun. 2020
Check out the documentation of "ode45", this should give you some idea of where to start. This uses the Range Kutta shooting method and has some examples of solving differential equations.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!