FUNCTION :  Acmake - the set A[c]

CALLING SEQUENCE :  Acmake()                                             
                    Acmake(c,N)                                             
                    

PARAMETERS :      c,N - positive integers where c is a divisor of N

SYNOPSIS :  Computes the set A[c] where c is a positive divisor of N.

EXAMPLES :   

> with(thetaids):

> Acmake();
---------------------------------------------------------
 Acmake(c,N)                                             
    Returns the set A[c] where c is a positive           
    divisor of N.                                        
---------------------------------------------------------

> Acmake(4,12);
                                    {1, 7}


DISCUSSION :

SEE ALSO :  

Scmake,
 cuspmake1