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
Step h = 1 / 4. To approximate the values ​​of the solution y in the points xi = h * I, with i = 16.

댓글 수: 2

Rik
Rik 2020년 6월 9일
This sounds like homework. What did you try yourself?
i dont know how to do it plz can u help? :))

댓글을 달려면 로그인하십시오.

답변 (1개)

David H
David H 2020년 6월 9일

1 개 추천

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.

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

태그

질문:

2020년 6월 9일

답변:

2020년 6월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by