MATLAB solving BVP using bvp4c, variable coefficient
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Say I have an bvp that involve the equation below

If I was to have enough boundary conditions to satisfy
ODE, would it be possible to solve the
equation simultaneously in order to get a solution for the
equation?
equation simultaneously in order to get a solution for the Ideally
would be a constant coefficient, but as seen with the solutions I am currently getting I'm wondering if the physics involving the currently considered constant coefficient equation
describes the physics incorrectly. I would like to see how the now variable coefficient "
" changes in order to get the
to fit my boundary conditions.
would be a constant coefficient, but as seen with the solutions I am currently getting I'm wondering if the physics involving the currently considered constant coefficient equation
describes the physics incorrectly. I would like to see how the now variable coefficient "
" changes in order to get the Any information or examples would be greatly appreicated!
0 Commenti
Risposte (1)
Torsten
il 5 Mar 2019
If you make the ansatz
f ( r ) = a0 + a1*r + a2*r^2 + ...+ an *r^n
you will need (n+1) additional boundary conditions to fix the coefficients ai.
0 Commenti
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!