Application Guide

136 Alphabetical Listing
polyGcd()
Catalog >
polyGcd(Expr1,Expr2) expression
Returns greatest common divisor of the
two arguments.
Expr1 and Expr2 must be polynomial
expressions.
List, matrix, and Boolean arguments are not
allowed.
polyQuotient()
Catalog >
polyQuotient(Poly1,Poly2 [,Var])
expression
Returns the quotient of polynomial Poly1
divided by polynomial Poly2 with respect to
the specified variable Var.
Poly1 and Poly2 must be polynomial
expressions in Var. We recommend that
you do not omit Var unless Poly1 and
Poly2 are expressions in the same single
variable.
polyRemainder()
Catalog >
polyRemainder(Poly1,Poly2 [,Var])
expression
Returns the remainder of polynomial Poly1
divided by polynomial Poly2 with respect to
the specified variable Var.
Poly1 and Poly2 must be polynomial
expressions in Var. We recommend that
you do not omit Var unless Poly1 and
Poly2 are expressions in the same single
variable.