numtheory(deprecated)
nthpow
find the largest nth power in a number
Calling Sequence
Parameters
Description
Examples
nthpow(m, n)
m
-
non-zero integer
n
natural number
Important: The numtheory package has been deprecated. Use the superseding command NumberTheory[LargestNthPower] instead.
The function nthpow will return bn where b is the greatest natural number such that bn divides m.
The command with(numtheory,nthpow) allows the use of the abbreviated form of this command.
with⁡numtheory:
nthpow⁡4,2
22
nthpow⁡250,3
53
See Also
NumberTheory[LargestNthPower]
numtheory(deprecated)[factorset]
Download Help Document