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:
This determinant is sometimes called the discriminant, although many authors, including Wikipedia, refer to the discriminant as the square of the determinant.
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, which makes the matrix positive definite while retaining most properties. If αi = αi+1 = ... = αi+k and αi ≠ αi-1, then the (i + k)th row is given by
The above formula for confluent Vandermonde matrices can be readily derived by letting two parameters and go arbitrarly close to each other. The difference vector between the rows corresponding to and scaled to a constant yields the above equation (for k=1). Similarly, the cases k>1 are obtained by higher order differences. Consequently, the confluent rows are derivatives of the original Vandermonde row.
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.