suivant: Determinant of a matrix
monter: Computing in /p or
précédent: GCD in /p[x] :
Table des matières
Index
Factorization over
/p[x] : factor factoriser
factor takes as argument a polynomial
with coefficients in
/p[x].
factor factorizes this polynomial in
/p[x] (p must
be prime).
Input :
factor((-3*x^
3+5*x^
2-5*x+4)%13)
Output :
((1%13)*x+-6%13)*((-3%13)*x^
2+-5%13)
giac documentation written by Renée De Graeve and Bernard Parisse