TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function


Description

The modular power (f^n) mod m [n >= 0, Degree(m) >= 0].

Examples

x_polyAlg := PolynomialAlgebra(Q); x_X := x_polyAlg.1; Modexp(x_X^2 - 2, 5, x_X^2 - 3);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group