Math, asked by Anonymous, 1 year ago

hey
49 points
what is devision algorithm

Answers

Answered by FamousKUDI
3

Step-by-step explanation:

\huge\pink{DIVISION\:ALGORITHM}

Division algorithm for polynomials states that, suppose f(x) and g(x) are the two polynomials, where g(x)≠0, we can write: f(x) = q(x) g(x) + r(x) which is same as the Dividend = Divisor * Quotient + Remainder and where r(x) is the remainder polynomial and is equal to 0 and degree r(x) < degree g(x)

___________________________❤

Division algorithm is an algorithm which, given two integers N and D, computes their quotient and/or remainder, the result of Euclidean division. Some are applied by hand, while others are employed by digital circuit designs and software.

Answered by Anonymous
3

If p(x) and g(x) are any two polynomial with g(x) not equal to 0 then we can find the polynomial q(x) and r(x) such that

Dividend = Divisor × Quotient + Remainder

Dividend = Divisor × Quotient + Remainder p(x) = g(x) × q(x) + r(x)

Where remainder , r(x) = 0 or degree of r(x) < degree of Divisor g(x)

Similar questions