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!