coupled Ordinary Differential Equations
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Can someone help me solve the following set of coupled equations
Inline form:

Display form:

With initial conditions
;
; r ranges from 0 to 30. Take
.
2 Comments
What problems do you encounter when you try to use ode45 to solve ? "interp1" can be used for interpolation therein.
Sam Chak
on 2 Dec 2025
If r can range from 0 to 30, then singularity will occur at
. Since both the numerator and denominator have division-by-zero terms, then
will become an indeterminate form. The response of the variable m will depend on the behavior of the function
.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!