Polynomial Arithmetic Calculator

Given two real or complex polynomials A(x)=anxn+an1xn1++a2x2+a1x+a0 and B(x)=bmxm+bm1xm1++b2x2+b1x+b0, this application can calculate A(x)+B(x), A(x)B(x), A(x)×B(x), and A(x)÷B(x). In the latter case the calculated results consist of just the quotient if A(x) is evenly divisible by B(x) or both the quotient and the remainder otherwise.

Input Data

The input polynomials A(x) and B(x), and output polynomials are in the same format as described in Polynomial Root Calculator.

Polynomial Arithmetic Calculator