Vandermonde matrix
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 m≤n, 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.