Go to the first, previous, next, last section, table of contents.
- poly_degree(F)
 - 
: 
 It returns the degree of F with respect to the given weight vector. 
 - poly_degree(F | weight=key0,v=key1)
 - 
: This function allows optional variables 
  weight, v
 
 The weight is given by the optional variable weight w.
 It returns
Example:
 poly_degree(x^2+y^2-4 |weight=[100,1],v=[x,y]);
Go to the first, previous, next, last section, table of contents.