Polynomials
Polynomials
compute properties of a polynomial
x^4 - 4x^3 + 8x + 1
compute properties of a polynomial in several variables
x^3 + x^2 y + x y^2 + y^3
find the degree of a polynomial
deg (x+2)^5-(x-2)^5
Factorization
factor a polynomial
factor 2x^5 - 19x^4 + 58x^3 - 67x^2 + 56x - 48
factor x^12 - y^12
compute the greatest common divisor of polynomials
gcd x^4-9x^2-4x+12, x^3+5x^2+2x-8
Expansion
expand a polynomial
expand (x^2 + 1)(x^2 - 1)(x+1)^3
expand (x + y + z)^10
Completing the Square
complete a square
complete the square x^2+10x+28
Solving Polynomial Equations
solve a polynomial equation
x^3 - 4x^2 + 6x - 24 = 0
solve a system of polynomial equations
x^2+y^2=1, (x-2)^2+(y-1)^2=4
Polynomial Interpolation
interpolate a data set with a polynomial
