numtheory(deprecated)/nthpow - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : numtheory(deprecated)/nthpow

numtheory(deprecated)

  

nthpow

  

find the largest nth power in a number

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

nthpow(m, n)

Parameters

m

-

non-zero integer

n

-

natural number

Description

• 

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.

Examples

Important: The numtheory package has been deprecated.  Use the superseding command NumberTheory[LargestNthPower] instead.

withnumtheory:

nthpow4,2

22

(1)

nthpow250,3

53

(2)

See Also

NumberTheory[LargestNthPower]

numtheory(deprecated)[factorset]