Solving differential equations backward in time

7 Ansichten (letzte 30 Tage)
thiti prasertjitsun
thiti prasertjitsun am 11 Jan. 2019
Beantwortet: madhan ravi am 11 Jan. 2019
I have a system of differential equations with specail boundary conditions:
diff(S(t), t) = -K(t)*S(t)/N, diff(K(t), t) = K(t)*S(t)/N, where S(0)=10, K(T)=20; I would like to solve this system in forward and backward in time. Is it posible to solve in the dsolve command ? or are there another command to this system ?
Thanks,

Akzeptierte Antwort

madhan ravi
madhan ravi am 11 Jan. 2019
You may want to use bvpc4()

Weitere Antworten (0)

Kategorien

Mehr zu Numerical Integration and Differential Equations finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by