|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PowerMod
PowerMod[a, b, m]
gives
.
PowerMod[a, -1, m]
finds the modular inverse of a modulo m.
PowerMod[a, 1/r, m]
finds a modular r
root of a.
DetailsDetails
- Integer mathematical function, suitable for both symbolic and numerical manipulation.
- For positive b, PowerMod[a, b, m] gives the same result as Mod[a^b, m] but is much more efficient.
- PowerMod[a, b, m] allows negative and rational values of b. It returns unevaluated if the corresponding modular inverse or root does not exist.
- PowerMod automatically threads over lists.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
