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 Reman,b or Reman,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 Reman,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 Reman,bmodp. The polynomials a and b must be in the modp1 representation and p must be a positive integer.
Powmodx,16,x4+x+1,xmod2
Powmodx,−5,x4+x+1,xmod2
x2+x+1
See Also
Gcdex
mod
modp1
Power
powmod
Rem
Download Help Document