|
PowerMod
PowerMod[a, b, n] gives .
For negative b, PowerMod[a, b, n] gives modular inverses.
Integer mathematical function (see Section A.3.10).
For positive b, PowerMod[a, b, n] gives the same answers as Mod[a^b, n] but is much more efficient.
For negative b, PowerMod[a, b, n] gives the integer such that . If no such integer exists, PowerMod returns unevaluated.
See The Mathematica Book: Section 3.2.4.
See also: Mod, ExtendedGCD, MultiplicativeOrder, EulerPhi.
Related package: Algebra`PolynomialPowerMod`.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |