Info

This question is closed. Reopen it to edit or answer.

How can I solve highly coupled ODEs in matlab?

1 view (last 30 days)
Si Chen
Si Chen on 25 Jan 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
I am trying to solve this coupled equation, but I cant get it into state space at all. Any help would be really appreciated. The paper this came from cited Runga-Kutta
dF/dc = c1*V*dV/dz+c2*(V-c3)^2
F(1-c4*dV/dz)*(1+c5*dv/dz)=c6*dv/dz
The c* are constants. The two variables are F and V I cant get this into linearized form at all no matter how hard I try. :( Please help!

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!