logp - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

logp

  

compute the exponent of a prime power

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

logp( q )

Parameters

q

-

: algebraic : an expression understood to represent a prime power

Description

• 

Suppose that q is a power pe of a prime number p. The calling sequence logp( q ) returns the exponent e. This is equivalent to log[p]( q ), except that the base p of the logarithm is not generally known in advance.

• 

if q is a complex numeric that is not a power of a prime number then an exception is raised.

• 

Otherwise, logp returns unevaluated.

• 

Note that logp( 1 ) = 0.

Examples

withGroupTheory:

logp4

2

(1)

logp2187

7

(2)

log32187

7

(3)

logp181736602529563493772743207707225769267002557282133466635618621760664905776528650031297111433653361343413114922459355399125487176436206484922550339694292920308157658467185877862180743883366036055136650822122616340543983928298650053040147667730642467144039525033795872181721299778170114597245492905373163846425438075219742329773361475927592940713048575880678546342130536113739941714275612111016665973756986008654306628846785243192761535108469557914902031935282908398924790619171882023179658219569037894456670662283812638909841438734208283201

40

(4)

The following call results in an exception being raised as the argument is not a power of a prime number.

logp12

Error, (in GroupTheory:-logp) argument is not a prime power

logp1

0

(5)

logp272f+4

6f+12

(6)

logpu+v

logpu+v

(7)

See Also

ilog

ilog2

type/primepower