|
Calling Sequence
|
|
prem(a, b, x, 'm', 'q')
sprem(a, b, x, 'm', 'q')
|
|
Parameters
|
|
a, b
|
-
|
multivariate polynomials in the variable x
|
x
|
-
|
indeterminate
|
m, q
|
-
|
(optional) unevaluated names
|
|
|
|
|
Description
|
|
•
|
The function prem returns the pseudo-remainder r such that
|
|
where and m (the multiplier) is:
|
•
|
If the fourth argument is present it is assigned the value of the multiplier m defined above. If the fifth argument is present, it is assigned the pseudo-quotient q defined above.
|
•
|
The function sprem has the same functionality as prem except that the multiplier m will be smaller, in general, equal to to the power of the number of division steps performed rather than the degree difference. If both and are multivariate polynomials with integer coefficients, then m is the (unique) smallest possible multiplier with positive leading coefficient that makes the pseudo-division fraction free.
|
•
|
When sprem can be used it is preferred over prem because it is more efficient.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
|
|
|