Polynomial Scalar Multiplication
This function calculates the multiplication of a polynomial by a real number
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 \(\;3x^2+4x+5\;\) write "3 4 5" or "3;4;5".
|
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\)
Polynomial Functions
AddScalar Divide
Divide Pointwise
Divide with Remainder
Multiply
Pointwise Multiply
Scalar Multiply
Subtract
|