Fsolve for multiple coupled-equation?
16 次查看(过去 30 天)
显示 更早的评论
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!