Powmod
inert power function with remainder
Calling Sequence
Parameters
Description
Examples
Powmod(a, n, b, x)
Powmod(a, n, b)
a
-
polynomial in x
n
integer
b
x
name
The Powmod function is a placeholder for representing Rem⁡an,b or Rem⁡an,b,x. Powmod is more efficient than computing Power(a, n) separately. It is used in conjunction with either mod or modp1.
The call Powmod(a, n, b, x) mod p computes Rem⁡an,b,xmodp. The polynomials a and b must have rational coefficients or coefficients over a finite field specified by RootOfs.
The call modp1(Powmod(a, n, b), p) computes Rem⁡an,bmodp. The polynomials a and b must be in the modp1 representation and p must be a positive integer.
Powmod⁡x,16,x4+x+1,xmod2
Powmod⁡x,−5,x4+x+1,xmod2
x2+x+1
See Also
Gcdex
mod
modp1
Power
powmod
Rem
Download Help Document