CASA Function: homogeneousPolynomial

Check for homogeneity of a polynomial in given variables.

Calling Sequence:

Parameters:

expr : expression
vars : list(name)

Result:

b : boolean

Description:

Examples:

> type(x^2-c*y^2,homogeneousPolynomial([x,y]));

[Maple Math]

See Also:

[CASA] [homogenize] [homogeneousForm] [leadingForm]