CASA Function: leadingForm

Collects the terms of a polynomial with a degree equal to the degree of the polynomial.

Calling Sequence:

Parameters:

poly : polynom(anything,vars)
vars : list(name)

Result:

p : homogeneousPolynom(vars)

Description:

Examples:

> f := x^2+3*x*y+y;

[Maple Math]

> g:=homogeneousForm(f,[x,y],3);

[Maple Math]

> h:=leadingForm(f,[x,y]);

[Maple Math]

See Also:

[CASA] [homogeneousForm] [homogenize]