Solving nonlinear diferential equations system
    4 views (last 30 days)
  
       Show older comments
    
Hello everyone?
Could you help me to solve the differential equations below on matlab?
Note: pdot, qdot, rdot are derivatives of p,q and r respectively.
pdot = rdot + p*q - r*q ;
qdot = p*r - p^2 + r^2;
rdot = pdot - p*q - q*r ;
0 Comments
Answers (1)
  Bjorn Gustavsson
      
 on 23 Sep 2019
        That's a system of coupled first-order ODEs. Have a look at the help and documentation for ode45, ode23. 
HTH
0 Comments
See Also
Categories
				Find more on Systems of Nonlinear Equations in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
