ans =
syms x
f = x^5+x^4+3*x^2-4;
solve(f==0)
vpa(solve(f==0))
double(solve(f==0))
I have no explanation for the u that appears in your solution. Please include your code to reproduce the problem if it is not yet solved by the answer from above.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!