How do I solve a second order ODE with boundary conditions?

4 ビュー (過去 30 日間)
Westin Messer
Westin Messer 2018 年 2 月 5 日
コメント済み: Torsten 2018 年 2 月 6 日
I'm trying to solve the following differential equation:
y''+y'-6y=20e^t, y(0)=0, y'(0)=1
  3 件のコメント
Westin Messer
Westin Messer 2018 年 2 月 5 日
Numerically
Jan
Jan 2018 年 2 月 5 日
Then convert the equation of order 2 to a system of equations of order 1 at first. (As Wikipedia or your text book for the simple details on demand.) Then write the function in Matlab and provide it to ode45 (assuming that the equation is not stiff). Try it and then come back to the forum, if you have a specific problem.

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

採用された回答

Torsten
Torsten 2018 年 2 月 5 日
Use "dsolve".
Best wishes
Torsten.
  2 件のコメント
Westin Messer
Westin Messer 2018 年 2 月 5 日
How do I use dsolve with boundary conditions?
Torsten
Torsten 2018 年 2 月 6 日
Paragraph
"Solve differential equation with condition"
under
https://de.mathworks.com/help/symbolic/dsolve.html
Best wishes
Torsten.

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

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by