Why matlab only fives one complex result?
Mostrar comentarios más antiguos
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?Respuesta aceptada
Más respuestas (1)
Sai Bhargav Avula
el 30 de Oct. de 2019
Editada: Sai Bhargav Avula
el 30 de Oct. de 2019
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 comentarios
Walter Roberson
el 30 de Oct. de 2019
This is misleading. Producing all of the solutions does not require a global solver.
Sai Bhargav Avula
el 30 de Oct. de 2019
It might require different intilizations to get all the solutions. So I suggested this.
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
