lcoeff takes as argument a polynomial given by a
symbolic expression or by the list of it’s coefficients.
lcoeff returns the leading coefficient of this polynomial,
that is the coefficient of the monomial of highest degree.
Input :
Output :
Input :
^
2+5*x,x)Output :
Input :
^
2+5*x*y^
2,y)Output :