Code for solving simultaneous differential equations
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Can someone help me with the code for solving two simultaneous differential equations ( Preferably RK method of order 4 ) in the form of this
- dP/dt = a*P + b*Q
- dQ/dt = c*P + d*Q
Initial conditions are P(0)=2 and Q(0)=1
Where a,b,c,d are constants ( I know the values of a,b,c,d just want to know in a general case )
My actual problem is much more complicated than this ( I am trying to solve a fluid dynamics problem with 10 such simultaneous differential equations )
Thanks in advance
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Calculus in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!