View source: R/basis_monomials.R
basis_monomials | R Documentation |
Enumerate basis monomials in the standard basis up to a given degree.
basis_monomials(indeterminates, d)
indeterminates |
a character vector |
d |
the highest total degree |
a mpolyList()
object of monomials
basis_monomials(c("x", "y"), 2)
basis_monomials(c("x", "y"), 3)
basis_monomials(c("x", "y", "z"), 2)
basis_monomials(c("x", "y", "z"), 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.