Ältere Kommentare anzeigen
I am trying to solve second order ODE
y"+2xy'=0
with Boundry Condition: y(0)=1 & y(4)=0.
How do i solve this in Matlab?
Antworten (1)
James Tursa
am 11 Mär. 2020
1 Stimme
For a numerical solution, you could try this function:
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!