(octave.info)Polynomial Manipulations


Next: Interpolation Prev: Sets Up: Top
Enter node , (file) or (file)node

28 Polynomial Manipulations
***************************

In Octave, a polynomial is represented by its coefficients (arranged in
descending order).  For example, a vector C of length N+1 corresponds to
the following polynomial of order N

     p(x) = C(1) x^N + ... + C(N) x + C(N+1).

Evaluating Polynomials
Finding Roots
Products of Polynomials
Derivatives / Integrals / Transforms
Polynomial Interpolation
Miscellaneous Functions

automatically generated by info2www version 1.2.2.9