Gcd is the inert form of gcd.
Gcd returns the gcd (greatest common divisor) of two polynomials
(or of a list of polynomials or of a sequence of polynomials) without
evaluation. It is used when Xcas is in Maple mode to compute
the gcd of polynomials with coefficients in ℤ/pℤ using Maple-like syntax.
Input in Xcas mode :
^
3-1,x^
2-1)Output :
^
3-1,x^
2-1)Input in Maple mode :
^
2+2*x,x^
2+6*x+5) mod 5Output :