[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
27. 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
27.1 Evaluating Polynomials | ||
27.2 Finding Roots | ||
27.3 Products of Polynomials | ||
27.4 Derivatives and Integrals | ||
27.5 Polynomial Interpolation | ||
27.6 Miscellaneous Functions |