System of 30 second/third degree Non linear equations
1 回表示 (過去 30 日間)
古いコメントを表示
Hello all,
I want to solve a system of 30 non-linear equations. Although my guess is the non linear equations will only have second degree polynomials of the unknowns, they might as well include third degree.
In any case, how should I proceed? How can I do it efficiently with matlab?
0 件のコメント
回答 (1 件)
Pratyush Roy
2020 年 12 月 21 日
Hi,
One can use the fsolve command available in the Optimization Toolbox for solving system of non-linear equations.
Here's the link to the documentation page:
Hope this helps!
2 件のコメント
参考
カテゴリ
Help Center および 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!