How to write bvp4c code for coupled non-linear equation

4 ビュー (過去 30 日間)
Komal Goyal
Komal Goyal 2023 年 2 月 3 日
コメント済み: Komal Goyal 2023 年 2 月 4 日
I am not able to get, how to this ccoupled non-linear ODEs for bvp4c solver. Can anyone please help me out.
Thanking you in advance
A is constant, B is constant

回答 (1 件)

Torsten
Torsten 2023 年 2 月 3 日
移動済み: Torsten 2023 年 2 月 3 日
Insert T'(y)+T(y)+A instead of T''(y) in the expression for C''(y).
Are A and B nonlinear expressions ? If they are simply constants as they seem to be, your system is linear and can easily be solved analytically. Use "dsolve".
  4 件のコメント
Torsten
Torsten 2023 年 2 月 3 日
Sorry, no.
The code for the 4-equations model with interface condition should suffice for a transfer on your own to the Bessel function model.
If you have specific questions, you can come here and ask.
Komal Goyal
Komal Goyal 2023 年 2 月 4 日
@Torsten, Thanking you sir, for reply. Actually that code was almost correct some syntax error, it was showing, which I am not able to capture. If you will suggest any changes, I will proceed accrodingly.
Thank you

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeBoundary Value Problems についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by