Why does the SOLVE function in the Symbolic Math Toolbox return an incorrect result when solving an equation with a decimal power of x?
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!