Solving System of Nonlinear Differential equations
Afficher commentaires plus anciens
I Need to solve the following system with ode45: (first order in R and second order in K)
R'(t)^2+a=b*K(t)^2*R(t)^(-1)
K''(t)+3*R(t)^2*R'(t)*K'(t)=c*R(t)^(-3)*K(t)^(-1)
with initial values:
R(0)=1
K(0)=3
K'(0)=0
I never used Matlab before, so would be great if someone could help me.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!