Solve System with many variables
显示 更早的评论
Hello,
I am trying to solve a system of 100+ equations simultaneously. All of these equations are independent, meaning they do not rely on each other at all. I am trying to determine a way to neatly express and solve this problem using a nonlinear solver. I want something to the effect of F(X)=0 for x in X, where there are about 100 xs, using a nonlinear solver.
I could theoretically code everything out by hand, but I was wondering if anyone else had a more elegant solution?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!