How to solve system of nonlinear symbolic equations?
5 ビュー (過去 30 日間)
古いコメントを表示
I've written 2 long nonlinear symbolic equations with 2 unknowns in Matlab, but it doesn't solve it and says:"Explicit solution not found". What should I do?
回答 (1 件)
Walter Roberson
2012 年 4 月 16 日
Nonlinear equations often have no explicit solution. You will probably have to use numeric solution methods. You might find matlabFunction() useful for constructing the function handle to pass to a numeric solver.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!