boundary value problem not of the form y'=f(x,y)
Afficher commentaires plus anciens
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
Réponses (1)
Titus Edelhofer
le 13 Mai 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
Catégories
En savoir plus sur Boundary Value Problems dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!