Description Usage Arguments Value Functions
Polynomials are specified by a vector of coefficients a_n, with a_0 in the first vector entry, and counting upward from there.
1 2 3 | polyeval(x, a)
polysumeval(x, am)
|
x |
Vector of values to evaluate |
a |
Vector of polynomial coefficients |
am |
Matrix of polynomial coefficients; each column is one polynomial |
Vector of P(x) values, for all x
polysumeval
: Evaluate a sum of polynomials at specified values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.