앞으로: Interpolation, 뒤로: Sets, 위로: Top [차례][찾아보기]
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: |