Mostrar comentarios más antiguos
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?
Respuestas (1)
James Tursa
el 11 de Mzo. de 2020
1 voto
For a numerical solution, you could try this function:
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!