Fsolve for multiple coupled-equation?
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I have a loop from T=300 to T=1300, which one value T produce 1 coupled-equation. So I have 1000 coupled-equation at the end of the loop. I have different x0 for each coupled equation. How to solve each coupled-equation? For example:
A=[eq_1a,eq_1b; eq_2a,eq_2b....eq_na,eq_nb]
x0=[a,b,c,d.............]
Can I use fsolve in the loop? or I have to obtain A and x0 and can fsolve input as matrix? Thank you.
0 Commenti
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements 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!