monomial | R Documentation |
Creates a polynomial of the form c*x^d
.
monomial(degree = 1, coefficient = 1)
monom(degree = 1, coefficient = 1)
degree |
integer: degree of the polynomial (default: |
coefficient |
numeric: coefficient of the polynomial (default: |
A polynomial
monomial() # equivalent to polynomial()
monomial(3) # x^3
monomial(3, 2) # 2*x^3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.