Why matlab only fives one complex result?
古いコメントを表示
Hello everyone, I have been struggling for so much time...
I have been doing a complex equation (I am actually able to solve it manually but I just want to ger more familiar with Matlab). There are 3 complex solutons, however, matlab only gives me one of them. What can I do so that it gives me all 3 solutions?
I have been doing a complex equation (I am actually able to solve it manually but I just want to ger more familiar with Matlab). There are 3 complex solutons, however, matlab only gives me one of them. What can I do so that it gives me all 3 solutions?採用された回答
その他の回答 (1 件)
Sai Bhargav Avula
2019 年 10 月 30 日
編集済み: Sai Bhargav Avula
2019 年 10 月 30 日
Hi,
MATLAB cannot generate all the Solutions, which might require a global solver.
However, if you have the Extended Symbolic Math Toolbox (access to Maple), then you can do this in Maple.
maple('_EnvAllSolutions:= true;')
This can give a generic result for the equation provided
2 件のコメント
Walter Roberson
2019 年 10 月 30 日
This is misleading. Producing all of the solutions does not require a global solver.
Sai Bhargav Avula
2019 年 10 月 30 日
It might require different intilizations to get all the solutions. So I suggested this.
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
