how can i solve following system of simultaneous equations using matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Risposte (2)
Walter Roberson
il 5 Dic 2017
If you have the Symbolic Toolbox, you could try using dsolve(). If that did not work, then I would suggest following the steps show in https://www.mathworks.com/help/symbolic/odefunction.html to create a function that you could use with ode45()
0 Commenti
Vedere anche
Categorie
Scopri di più su Ordinary Differential Equations 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!