can anyone help me implement this?

2 ビュー (過去 30 日間)
MATEI ALEXANDRU-GHEORGHE
MATEI ALEXANDRU-GHEORGHE 2020 年 6 月 9 日
回答済み: David H 2020 年 6 月 9 日
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?
MATEI ALEXANDRU-GHEORGHE
MATEI ALEXANDRU-GHEORGHE 2020 年 6 月 9 日
i dont know how to do it plz can u help? :))

サインインしてコメントする。

回答 (1 件)

David H
David H 2020 年 6 月 9 日
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.

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by