CBSE BOARD X, asked by Sony6763, 1 year ago

give the explanation of th division algorithum

Answers

Answered by gani91826
1

Answer:

A division algorithm is an algorithm which, given two integers N and D, computes their quotient and/or remainder, the result of Euclidean division. ... Slow division algorithms produce one digit of the final quotient per iteration.


gani91826: XD... what r u talking yr..
sarah12345617: follow me up with my new account
sarah12345617: that is Sarah 4567
sarah12345617: I m deleting this app
gani91826: Wait
gani91826: babe
gani91826: what's the DP
gani91826: actually I don't know how to follow a new user
gani91826: make me follow..with ur new account
gani91826: ok
Answered by Jayaqueen
0

just like dividend = divisor * quotient + remainder

similarly, p(x) = q(x) g(x) + r(x)

here p(x) = dividend, it is the polynomial that has to be divided.

q(x) = quotient, the polynomial u get after division

g(x) = divisor, the polynomial that is dividing p(x)

r(x) = remainder...........

Similar questions