How to plot implicit ODE?

1 visualizzazione (ultimi 30 giorni)
Juan Vicente
Juan Vicente il 27 Set 2022
Commentato: Torsten il 21 Ott 2022
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.

Risposta accettata

Davide Masiello
Davide Masiello il 27 Set 2022
Modificato: Davide Masiello il 27 Set 2022
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 Commenti
Juan Vicente
Juan Vicente il 27 Set 2022
Thanks for the advice, I’ll do that.
Torsten
Torsten il 21 Ott 2022
Solve the last equation for y and incorporate the boundary condition to get the constant C.
What's the problem ?

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by