numtheory(deprecated)/lambda - 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)/lambda

numtheory(deprecated)

  

lambda

  

Carmichael's lambda function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

lambda(n)

Parameters

n

-

integer

Description

• 

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

• 

The size of the largest cyclic group generated by gimodn is given by lambda(n).

• 

Carmichael's theorem states that aλn=1modn if gcda,n=1.

• 

The command with(numtheory,lambda) allows the use of the abbreviated form of this command.

Examples

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

withnumtheory:

λ13

12

(1)

λ200

20

(2)

λ105

12

(3)

See Also

igcd

mod

NumberTheory[CarmichaelLambda]

numtheory(deprecated)[phi]