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

 


Factor

Returns the factorization of the given argument.

Syntax:

F := Factor(d);
F := Factor(f);
F := Factor(f, p);
F := Factor(a);
F := Factor(alpha);
F := Factor(O, d);
F := Factor(O, a);
F := Factor(O, alpha);

list
  F  
prime
  p  
integer
  d  
polynomial
  f  
ideal
  a  
algebraic element
  alpha  
order
  O  

See also:  IntFactor, EltFactor, PolyFactor, IdealFactor

Description:

no detailed description available yet


Example:

Factorization of 8274626472648264826427648723648276:

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


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