[back] [prev] [next] [index] [root]

 


IntMoebiusMy

Computes the Moebius \mu-function.

Syntax:

a := IntMoebiusMy(n);

integers
  a, n  

See also:  IntDivisors

Description:

no detailed description available yet


Example:


kash> IntMoebiusMy(1);
1
kash> IntMoebiusMy(2*3);
1
kash> IntMoebiusMy(2*3*5);
-1
kash> IntMoebiusMy(2^2*3*5);
0


<- back[back] [prev] [next] [index] [root]