Need help with a second order diferential equation in Matlab

1 view (last 30 days)
I need to solve this diferential equation:
d^2x/dy^2+(dx/dy)*y+x=0
With the B.C.1=[1,1] and B.C.2=[3,2]
  2 Comments
Star Strider
Star Strider on 14 May 2014
You need to re-state it as a system of two first-order differential equations. See the ode45 documentation for details.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!