Polynomial Scalar Multiplication

This function calculates the multiplication of a polynomial by a real number

Calculate polynomials scalar multiplication


This function calculates the multiplication of a polynomial by a real number. Each element of the polynomial is multiplied by the real number.

To calculate, enter the values of the polynomial and the real divisor. Then click the 'Calculate' button.


Input format

The data can be entered as a series of numbers, separated by semicolons or spaces. For the expression 3x2+4x+5 write 3 4 5 or 3;4;5.


Polynomial scalar multiplication

 Input
÷
Real number
Decimal places
 Results
P(x)
Faktor
Product

Example

\(\displaystyle P(x)= 3x^2+4x+5 \)

\(\displaystyle Faktor = 2 \)

\(\displaystyle P(x) × 2 \;\) \(\displaystyle = (3x^2 × 2) + (4x×2)+(5×2) \)
\(\displaystyle = 6x^2 + 8x + 10\)


Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?