NumberTheory
InverseTotient
inverse of Euler's totient function
Calling Sequence
Parameters
Description
Examples
Compatibility
InverseTotient(m)
m
-
positive integer
The InverseTotient function returns the inverse image of Euler's totient function.
Given a positive integer m, InverseTotient(m) returns the set of integers n that satisfy the equation Totient(n) = m.
There are no numbers besides 1 and 2 with an odd totient.
The following command plots the points (m, n), where n is a member of InverseTotient(m), for m from to .
The NumberTheory[InverseTotient] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
NumberTheory[Totient]
Download Help Document