Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Is it possible to solve the below using ode45? Please anyone reply as I am stuck on this for a long time.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Set of five coupled 1st order differential equations (dPi/dz), one each for P1,P2,P3,P4,P5. For conditions, I have values at z=0 for P1,P2,P3 and at z=80 for P4,P5.
How can we do this a BVP as this is a first order system and with unknown boundary values for P1 to P5 at both z=0 and z=80?
Elseif ode45 is the way, then how to convey that the initial conditions for P4 and P5 are at z=80 unlike P1,P2,P3?
Already asked this earlier but still faced problem upon implementing the suggestion given and so want to clarify properly now....
3 Kommentare
Torsten
am 22 Mai 2021
You need a total of 5 conditions. It does not matter how they are distributed on the left and on the right endpoint of the interval. So theoretically no problem for your case to use bvp4c.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!