View source: R/splineFunctions.R
polyadd | R Documentation |
A function to add two polynomials in the form of vectors of coefficients. The first element of the vector being the constant (order 0) term
polyadd(poly1, poly2)
poly1 |
a vector of coefficients for the first polynomial of length degree plus 1 |
poly2 |
a vector of coefficients for the second polynomial of length degree plus 1 |
the coefficients of the sum of poly1 and poly2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.