Multiply two polynomials and get the resulting polynomial coefficients instantly.
Enter the coefficients of two polynomials to compute their product. This tool uses the distributive property (convolution of coefficients) to find the solution.
Enter comma-separated or space-separated numbers.
Enter comma-separated or space-separated numbers.
Click on an example to load it into the calculator.
Multiplying (x + 2) by (x + 3). Coefficients for x+2 are [2, 1]. Coefficients for x+3 are [3, 1].
P₁: [2, 1]
P₂: [3, 1]
Multiplying (2x - 3) by (x² + 4x - 5). Coeffs: [-3, 2] and [-5, 4, 1].
P₁: [-3, 2]
P₂: [-5, 4, 1]
Multiplying (3x² - x + 1) by 4. Coeffs: [1, -1, 3] and [4].
P₁: [1, -1, 3]
P₂: [4]
Multiplying (x² + 2x + 1) by (x² - 3x + 2). Coeffs: [1, 2, 1] and [2, -3, 1].
P₁: [1, 2, 1]
P₂: [2, -3, 1]