フィルターのクリア

Is there a way to solve complex-valued non-linear equations?

4 ビュー (過去 30 日間)
Ahmed
Ahmed 2012 年 5 月 31 日
回答済み: Hossein 2016 年 6 月 10 日
Hi guys,
I'm trying to solve a set of complex-valued non-linear equations, but I found that "fsolve" solves only real-valued equations. Is there another function that solves comlpex-valued equations? Or is there any way around it?
Thanks,

採用された回答

Walter Roberson
Walter Roberson 2012 年 5 月 31 日
You can use fsolve. Split each complex-valued output into two outputs, the real() and imag().
You can do the same sort of thing for each complex-valued input.
  1 件のコメント
Ahmed
Ahmed 2012 年 5 月 31 日
Thank you. I tried it but the problem now is that the solver "stopped prematurely" as it exceeded either MaxFunEvals or MaxIter. I increased them to 1e5 and 1e4 respectively, but still the same error occurs.

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

その他の回答 (1 件)

Hossein
Hossein 2016 年 6 月 10 日
fsolve in some cases cannot solve the equation. try fzero, fminsearch and fminunc as well. Hopefully, fzero helps you (this function may affect better than others).

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by