MonomialList
MonomialList(polynomial, list-of-variables)get the list of monomials of a
polynomialexpression, with respect to thelist-of-variables.
See
Examples
>> MonomialList((x + y)^3){x^3,3*x^2*y,3*x*y^2,y^3}Implementation status
- ✅ - full supported