How to write bvp4c code for coupled non-linear equation
조회 수: 4 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
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
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Boundary Value Problems에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!