How to plot implicit ODE?

6 ビュー (過去 30 日間)
Juan Vicente
Juan Vicente 2022 年 9 月 27 日
コメント済み: Torsten 2022 年 10 月 21 日
How can I plot the solution of this ODE x^2.y’-y-y^2=0. Help me out please, I am new at Matlab.

採用された回答

Davide Masiello
Davide Masiello 2022 年 9 月 27 日
編集済み: Davide Masiello 2022 年 9 月 27 日
You need to solve it first.
The ODE can be easily made explicit
Then you can use any Matlab ODE solver (see this documentation) to numerically solve it and then plot it using the plot function.
I suggest you give it a go, and if you stumble into problems of any sort maybe come back here and we can fix them.
  8 件のコメント
Juan Vicente
Juan Vicente 2022 年 9 月 27 日
Thanks for the advice, I’ll do that.
Torsten
Torsten 2022 年 10 月 21 日
Solve the last equation for y and incorporate the boundary condition to get the constant C.
What's the problem ?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by