How i can solve an initial value problem in a system of differential equations?
Show older comments
Hi every one... Please i need to help me urgent... I have a system of 4 differential equations (first order) :
dP/dx= f1(P,S,b+,b-) P(0)=0;
dS/dx= f2(P,S,b+,b-) S(0)=0;
db+/dx= f3(P,S,b+,b-) b+(0)=0;
db-/dx= f4(P,S,b+,b-) b-(L)=0;
With x=(0->L). The problem is : i don't have the value of b- in x=0, but i have b-(L)=0. My question is : what's the method i can use in Matlab for solving the initial value problem in a system of differential equations?
thanks for help me
Answers (1)
Alan Weiss
on 10 Dec 2013
0 votes
The documentation of boundary value problems has what you need, I believe.
Alan Weiss
MATLAB mathematical toolbox documentation
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!