NumberTheory
Landau
compute the Landau g function
Calling Sequence
Parameters
Description
Examples
Compatibility
Landau(n)
n
-
a positive integer
The Landau function g(n) is defined to be the largest order of a permutation of degree n, where n is a positive integer.
The Landau(n) command computes the value of g(n).
with⁡NumberTheory:
with⁡GroupTheory:
Landau⁡3
3
max⁡map⁡PermOrder,Elements⁡Symm⁡3
Landau⁡10
30
Landau⁡100
232792560
The NumberTheory[Landau] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
GroupTheory[Elements]
GroupTheory[PermOrder]
GroupTheory[SymmetricGroup]
map
max
Download Help Document