powered by
Creates a polynomial of the form \(c*x^d\).
monomial(degree = 1, coefficient = 1)monom(degree = 1, coefficient = 1)
monom(degree = 1, coefficient = 1)
A polynomial
integer: degree of the polynomial (default: 1)
1
numeric: coefficient of the polynomial (default: 1)
monomial() # equivalent to polynomial() monomial(3) # x^3 monomial(3, 2) # 2*x^3
Run the code above in your browser using DataLab