Why does the SOLVE function in the Symbolic Math Toolbox return an incorrect result when solving an equation with a decimal power of x?
Mostrar comentarios más antiguos
I am trying to solve the equation x^0.12-1=0 with the Symbolic Math Toolbox. When I execute the following code:
solve('x^0.12-1')
I receive the following result
ans =
1.
-0.500+.8660*i
-0.500-.8660*i
However, if I plug the imaginary results back into the original equation, the equality is not satisfied.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Symbolic Math Toolbox 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!