monic | R Documentation |
Convert a polynomial to monic form by dividing by the leading coefficient.
monic(p)
p |
A polynomial. A warning is issued if the polynomial is identically zero. |
Similar in effect to p/as.numeric(p[length(p)])
but with some
safeguards against leading zero coefficients.
A polynomial proportional to p
with leading coefficient 1.
change.origin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.