Enter a polynomial in one variable to solve for all its roots numerically. For example, allroots(1+x+x^2/2+x^3/6+x^4/24+x^5/120); allroots(1+x+x^2/2+x^3/6+x^4/24+x^5/120); By copy-paste, enter the code in the above box to Maxima Online to see the live demo. | Back to Demos |
allroots(1+x+x^2/2+x^3/6+x^4/24+x^5/120);
| Back to Demos |