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!
