Factor is the inert form of factor.
Factor takes as argument a polynomial.
Factor returns factor without evaluation.
It is used in conjunction with mod in Maple syntax mode to
factorize a polynomial with coefficients in ℤ/pℤ
where p must be prime.
Input in Xcas mode :
^
3+5*x^
2-5*x+4)%13)Output :
^
3+5*x^
2-5*x+4)%13)you need to eval(ans()) to get :
^
2+-5%13)Input in Maple mode :
^
3+5*x^
2-5*x+4) mod 13Output :
^
2+6)