Jump to content

Vandermonde matrix

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by The Anome (talk | contribs) at 21:59, 12 July 2004 (ill-posed). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In linear algebra, a Vandermonde matrix is a matrix with a geometric progression in each row, i.e;

or

for all indices i and j. (Some authors use the transpose of the above matrix.)

Vandermonde matrices are named after Alexandre-Théophile Vandermonde.

These matrices are useful in polynomial interpolation, since solving the system of linear equations Vu=y for u is equivalent to finding the coefficients uj of a polynomial that has values yi at αi.

The determinant of an Vandermonde matrix can be expressed as follows:

If mn, then the matrix V has maximum rank (m) if and only if all αi are distinct.

When two or more αi are equal, the corresponding polynomial interpolation problem is ill-posed. In that case one may use a generalisation called confluent Vandermonde matrices. If αi = αi+1 = ... = αi+k and αi ≠ αi-1, then the (i + k)th row is given by

Confluent Vandermonde matrices are used in Hermite interpolation.

See also:

Reference

Roger A. Horn and Charles R. Johnson (1991). Topics in matrix analysis, Section 6.1. Cambridge University Press.