boundary value problem not of the form y'=f(x,y)

Hi everyone,
I know matlab functions bvp5c and bvp4c can solve systems of boundary value problems that can be written as y'=f(x,y). But what if my boundary value problem is of the form Ay'+By=0, where A is a singular matrix. Is there a matlab solver that can solve this?
Thanks, Leon

Answers (1)

Hi Leon,
take a look at ode15s. A is denoted there as Mass matrix, which might also be singular (but with restrictions on "how" singular).
Titus

Products

Asked:

on 13 May 2011

Community Treasure Hunt

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

Start Hunting!