Implicit Boundary Value Problem
古いコメントを表示
Is there a way in Matlab to use the bvp4c or bvp5c functions to solve a system consisting of boundary value and algebraic equations where the deifinction of at least one of the derivatives is implicit?
The system looks somewhat like this:
dY(1)/dx=a
dY(2)/dx=f(Y(1),Y(3))
g(Y(2),Y(3))*[dY(1)/dx]+h(Y(2),Y(3))=0
B.C.:
yb(1)=0
ya(2)=ya(3)=0
where a and K are constants and f, g, h and j are functions relating Y(1) and Y(3) to each other. Naturally, the boundary conditions are known.
8 件のコメント
J. Alex Lee
2020 年 2 月 27 日
Are you sure about the equations themselves? In this particular case, can't you just divide Eq.2 by f and Eq.3 by h to put dY2/dx on the LHS? In which case you have 2 disparate expressions for the same variable Y2...
Saeid
2020 年 2 月 27 日
darova
2020 年 2 月 27 日
What are functions f() and g()? Is it possible to express Y(3)?
g(Y(2),Y(3))*[dY(1)/dx]+h(Y(2),Y(3))=0
Saeid
2020 年 2 月 27 日
darova
2020 年 2 月 27 日
I think it's possible to solve such system of equations.
Can you attach the whole code? Do you have any attempts?
darova
2020 年 2 月 27 日
But as soon as possible
Saeid
2020 年 2 月 27 日
darova
2020 年 2 月 27 日
Please attach the functions
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Structural Mechanics についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!