2nd Order ODE

5 views (last 30 days)
Jaymin Chopra
Jaymin Chopra on 11 Mar 2020
Answered: James Tursa on 11 Mar 2020
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?

Answers (1)

James Tursa
James Tursa on 11 Mar 2020
For a numerical solution, you could try this function:

Tags

Community Treasure Hunt

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

Start Hunting!