How to write bvp4c code for coupled non-linear equation

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일

0 개 추천

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

Okay @Torsten sir, I will try to write my code in that way. No sir, Its a non-linear coupled ODE, and I am trying to solve that using bvp4c, since a got a doubt about how to substitue that second order DE in another second order DE, thats wht I use that dummy equation.
Thanking you sir for your help.
Highly Appreciable
@Torsten requesting you to please see that bessel function equation once on my profile.
Sorry for troubling.
And, Thanking for help.
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.
@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

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

제품

질문:

2023년 2월 3일

댓글:

2023년 2월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by