FUNCTION : sset -
CALLING SEQUENCE : sset(m)
PARAMETERS : m - positive integer
SYNOPSIS : Returns a set of representives for the following
equivalence relation on the set of integers relatively
prime to m. We say to two such integers n1, n2 are
equivalent if n1 == +/- n2 mod m.
EXAMPLES :
> with(thetaids):
> sset();
---------------------------------------------------------
sset(m)
Returns a set of representives for the following
equivalence relation on the set of integers relatively
prime to m. We say to two such integers n1, n2 are
equivalent if n1 == +/- n2 mod m.
---------------------------------------------------------
> sset(26);
{1, 3, 5, 7, 9, 11}
DISCUSSION :
This function is used in Acmake and Scmake
SEE ALSO :
Acmake,
Scmake