बहु पदों के लिए विभाजन एल्गोरिथ्म का कथन लिखिए तथा एक उदाहरण देकर इसकी सत्यता की जांच कीजिए
Answers
SOLUTION
TO DETERMINE
The statement of division algorithm for multiple terms and check its correctness by giving an example.
EVALUATION
Division Algorithm
Let f(x) and g(x) be two polynomials of degree n and m respectively and n ≥ m . Then there exist two uniquely determined polynomials q(x) and r(x) satisfying
f(x) = g(x) q(x) + r(x)
Where the degree of q(x) is n - m and r(x) is either a zero polynomial or the degree of r(x) is less than m
VERIFICATION :
Let f(x) = x³ - 3x² + 3x - 1
g(x) = x² - 2x + 1
Then q(x) = x - 1 , r(x) = 0
Such that f(x) = g(x) q(x) + r(x)
Degree of f(x) = 3
Degree of g(x) = 2
Also degree of q(x) = 1 = 3 - 2
r(x) is a zero polynomial
Hence verified
━━━━━━━━━━━━━━━━
Learn more from Brainly :-
Evaluate f(x) = x4 - 7x2 + 2x - 6 at x = 1
https://brainly.in/question/32494746
2..The polynomial f(x) = x⁴ - 2x³ - px² + q is divisible by (x-2)². Find the values p and q. Hence, solve the equation.
https://brainly.in/question/27895807