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

 


IntFactor

Syntax:

F := IntFactor(d);

list
  F  
integer
  d  

See also:  Factor

Description:

Returns the factorization of the given positive integer d \in \N.


Example:

Factorization of 8274626472648264826427648723648276:

kash> Factor(8274626472648264826427648723648276);
> [ [ 2, 2 ], [ 11, 1 ], [ 41, 1 ], [ 86423, 1 ], 
  [ 53074086409412759917474753, 1 ] ]


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