next up previous contents index
Next: rightExtendedGcd Up: UnivariateSkewPolynomialCategory Previous: monicSparseLeftMultiple,sparseLeftMultiple   Contents   Index


rightDivide,rightQuotient,rightRemainder


\begin{usage}
rightDivide(a, b)\\ rightQuotient(a, b)\\ rightRemainder(a, b)
\end{usage}

\begin{signatures}
rightDivide: & (\%,\%) $\to$\ (\%, \%)\\
rightQuotient,rightRemainder: & (\%,\%) $\to$\ \%\\\end{signatures}

\begin{params}
{\em a } & \% & A skew--polynomial\\
{\em b } & \% & A nonzero skew--polynomial\\\end{params}

\begin{retval}
rightRemainder(a, b) returns $r$\ such that $a = q b + r$\ and
e...
..., b) returns
the pair (rightQuotient(a, b), rightRemainder(a, b)).
\end{retval}


See Also



Manuel Bronstein 2000-12-13