How to write bvp4c code for coupled non-linear equation
Mostrar comentarios más antiguos
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
Respuestas (1)
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 comentarios
Komal Goyal
el 3 de Feb. de 2023
Komal Goyal
el 3 de Feb. de 2023
Torsten
el 3 de Feb. de 2023
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
el 4 de Feb. de 2023
Categorías
Más información sobre Boundary Value Problems en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!