Polynomial Scalar Division
Division of a polynomial by a real number
This function calculates the division of a polynomial by a real number. To do this, each element of the polynomial is divided by the divisor.
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 Divisor = 2 \)
\(\displaystyle P(x) ÷ 2 \;\) \(\displaystyle = (3x^2 ÷ 2) + (4x÷2)+(5÷2) \) \(\displaystyle = 1.5x^2 + 2x + 2.5\)
Polynomial Functions
AddScalar Divide
Divide Pointwise
Divide with Remainder
Multiply
Pointwise Multiply
Scalar Multiply
Subtract
|