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