Exponent
Exponent(polynomial, x)gives the maximum power with which
xappears in the expanded form ofpolynomial.
See
Examples
>> Exponent(1+x^2+a*x^3, x)3Related terms
Implementation status
- ✅ - full supported
Exponent(polynomial, x)gives the maximum power with which
xappears in the expanded form ofpolynomial.
See
>> Exponent(1+x^2+a*x^3, x)3