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

 


PolyRoundFour

Returns the factorization of the given polynomial over the p-adic integers and certificates for the irreducibility of the factors.

Syntax:

L := PolyRoundFour(f);
L := PolyRoundFour(f, p);
L := PolyRoundFour(f, p, m);

list
  L  
polynomial
  f  
prime number
  p  
integer
  m  

See also:  Factor, PolyFactor, OrderMaximal

Description:

This function returns the factorization of the given polynomial over the p-adic inetegers. Supported ring types are: Z, Q, and Q_p. If the polynomial is not given over Q_p a prime number p as a second parameter is needed. The desired precision can be given as a third parameter.


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