boundary value problem not of the form y'=f(x,y)
Ältere Kommentare anzeigen
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
Antworten (1)
Titus Edelhofer
am 13 Mai 2011
0 Stimmen
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
Kategorien
Mehr zu Boundary Value Problems finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!