Divided differences

From formulasearchengine
Revision as of 13:02, 6 November 2013 by 69.143.237.51 (talk)
Jump to navigation Jump to search

In mathematics a monomial basis is a way to describe uniquely a polynomial using a linear combination of monomials. This description, the monomial form of a polynomial, is often used because of the simple structure of the monomial basis.

Polynomials in monomial form can be evaluated efficiently using Horner's method.

Definition

The monomial basis for the vector space Πn of polynomials with degree n is the polynomial sequence of monomials

1,x,x2,.,xn

The monomial form of a polynomial pΠn is a linear combination of monomials

a01+a1x+a2x2++anxn

alternatively the shorter sigma notation can be used

p=ν=0naνxν

Notes

A polynomial can always be converted into monomial form by calculating its Taylor expansion around 0.

Examples

A polynomial in Π4

1+x+3x4

See also