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?

 採用された回答

Star Strider
Star Strider 2019 年 10 月 21 日

0 投票

See if the Optimization Toolbox fsolve function will do what you want.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSystems of Nonlinear Equations についてさらに検索

質問済み:

2019 年 10 月 21 日

回答済み:

2019 年 10 月 21 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by