boundary value problem not of the form y'=f(x,y)
Show older comments
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)
Titus Edelhofer
on 13 May 2011
0 votes
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
Categories
Find more on Boundary Value Problems in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!