Set of ODEs with an additional condition
1 回表示 (過去 30 日間)
古いコメントを表示
Hello, Let's say we have the following system of equations: x'=x+sin(y) y'=y+x And we know the boundary conditions. Also, we have the following condition that must be met in the solution of the two equations: log(x)+exp(x)-2*sin(y^2)=0 Is there an official title for this kind of problems? How to solve this system? Thank you!
0 件のコメント
採用された回答
J. Alex Lee
2016 年 10 月 26 日
I think this is a differential algebraic equation (DAE)?
Documentation for ode15s might help.
0 件のコメント
その他の回答 (1 件)
Torsten
2016 年 10 月 28 日
The two differential equations uniquely determine x and y. So you can't expect the algebraic relationship
log(x)+exp(x)-2*sin(y^2)=0
to be satisfied for the solution of the two differential equations
x'=x+sin(y) , y'=y+x.
Best wishes
Torsten.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!