Why does the SOLVE function in the Symbolic Math Toolbox return an incorrect result when solving an equation with a decimal power of x?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!