Main Content

Polynomials

Curve fitting, roots, partial fraction expansions

Polynomials are equations of a single variable with nonnegative integer exponents. MATLAB®represents polynomials with numeric vectors containing the polynomial coefficients ordered by descending power. For example,[1 -4 4]corresponds tox2- 4x+ 4. For more information, seeCreate and Evaluate Polynomials.

Functions

poly Polynomial with specified roots or characteristic polynomial
polyeig Polynomial eigenvalue problem
polyfit Polynomial curve fitting
residue Partial fraction expansion (partial fraction decomposition)
roots Polynomial roots
polyval Polynomial evaluation
polyvalm Matrix polynomial evaluation
conv 卷积和多项式乘法
deconv Deconvolution and polynomial division
polyint Polynomial integration
polyder Polynomial differentiation

Topics