Fsolve for multiple coupled-equation?
14 views (last 30 days)
Show older comments
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 Comments
See Also
Categories
Find more on Loops and Conditional Statements 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!