Solving differential equations backward in time

6 ビュー (過去 30 日間)
thiti prasertjitsun
thiti prasertjitsun 2019 年 1 月 11 日
回答済み: madhan ravi 2019 年 1 月 11 日
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,

採用された回答

madhan ravi
madhan ravi 2019 年 1 月 11 日
You may want to use bvpc4()

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by