Polynomials

Base.invFunction
 inv(m :: Monomial{true})

return the inverse monomial with opposite exponents.

source
inv(m :: Monomial)

return the inverse monomial with opposite exponents.

source
Base.Math.exponentFunction
exponent(m::Monomial) -> Array{Int64,1}

Get the exponent of a monomial as an array of Int64

source
MultivariateSeries.sparse_polFunction
sparse_pol(w, E, X) -> Polynomial{true,C}

Compute the polynomial $∑ ωᵢ X^E[i,:]$ with coefficients $ωᵢ$ and monomial exponents $E[i,:]$.

source