coupled Ordinary Differential Equations

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 .
needs to be interpolated with calculated pressure at every iteration (which I can handle with).

2 Comments

Torsten
Torsten on 2 Dec 2025
Edited: Torsten on 2 Dec 2025
What problems do you encounter when you try to use ode45 to solve ? "interp1" can be used for interpolation therein.
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.

Asked:

on 2 Dec 2025

Closed:

on 17 Dec 2025

Community Treasure Hunt

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

Start Hunting!