numtheory[nthpow] - find the largest nth power in a number
|
Calling Sequence
|
|
nthpow(m, n)
|
|
Parameters
|
|
m
|
-
|
non-zero integer
|
n
|
-
|
natural number
|
|
|
|
|
Description
|
|
•
|
The function nthpow will return where b is the greatest natural number such that divides m.
|
•
|
The command with(numtheory,nthpow) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?