next up previous
Next: P-adic Expansions and Approximations Up: Division with remainder using Newton Previous: Modular inverses using Newton iteration

Division with remainder using Newton iteration

Algorithm 7  

\fbox{
\begin{minipage}{10 cm}
\begin{description}
\item[{\bf Input:}] $a,b \in ...
...\> $r$\ := $a - b \, q$\ \\
\> {\bf return} $(q,r)$\end{tabbing}\end{minipage}}


Theorem 11   Let R be a commutative ring with identity element. Let a and b be univariate polynomials over R with respective degrees n and m such that n $ \geq$ m $ \geq$ 0 and b $ \neq$ 0 monic. Algorithm 7 computes the quotient and the remainder of a w.r.t. b in $ \bf M$(n - m) + $ \bf M$(m) + $ \cal {O}$(m) operations in R


We do not give here a proof and we refer to Theorem 9.5 in [vzGG99]. However, roughly speaking, Algorithm 7 consists essentially in

If several divisions by a given b needs to be performed then we may precompute the inverse of revm(b) modulo some powers x, x2,... of x. Assuming that R possesses suitable primitive roots of unity, ee can also save their DTF.


next up previous
Next: P-adic Expansions and Approximations Up: Division with remainder using Newton Previous: Modular inverses using Newton iteration
Marc Moreno Maza
2004-04-27