How to solve system of nonlinear symbolic equations?

5 ビュー (過去 30 日間)
frank
frank 2012 年 4 月 16 日
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 件のコメント
Andrei Bobrov
Andrei Bobrov 2012 年 4 月 16 日
show your equations

サインインしてコメントする。

回答 (1 件)

Walter Roberson
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.

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by