Vandermonde matrix
{{Short description|Mathematical concept}}
In linear algebra, a Vandermonde matrix, named after Alexandre-Théophile Vandermonde, is a matrix with the terms of a geometric progression in each row: an matrix
:
\begin{bmatrix}
1 & x_0 & x_0^2 & \dots & x_0^n\\
1 & x_1 & x_1^2 & \dots & x_1^n\\
1 & x_2 & x_2^2 & \dots & x_2^n\\
\vdots & \vdots & \vdots & \ddots &\vdots \\
1 & x_m & x_m^2 & \dots & x_m^n
\end{bmatrix}
with entries , the jth power of the number , for all zero-based indices and .Roger A. Horn and Charles R. Johnson (1991), Topics in matrix analysis, Cambridge University Press. See Section 6.1. Some authors define the Vandermonde matrix as the transpose of the above matrix.{{Cite book |last1=Golub |first1=Gene H. |title=Matrix Computations |last2=Van Loan |first2=Charles F. |publisher=The Johns Hopkins University Press |year=2013 |isbn=978-1-4214-0859-0 |edition=4th |pages=203–207}}
The determinant of a square Vandermonde matrix (when ) is called a Vandermonde determinant or Vandermonde polynomial. Its value is:
:
This is non-zero if and only if all are distinct (no two are equal), making the Vandermonde matrix invertible.
Applications
The polynomial interpolation problem is to find a polynomial which satisfies for given data points . This problem can be reformulated in terms of linear algebra by means of the Vandermonde matrix, as follows. computes the values of at the points via a matrix multiplication , where is the vector of coefficients and is the vector of values (both written as column vectors):
1 & x_0 & x_0^2 & \dots & x_0^n\\
1 & x_1 & x_1^2 & \dots & x_1^n\\
1 & x_2 & x_2^2 & \dots & x_2^n\\
\vdots & \vdots & \vdots & \ddots &\vdots \\
1 & x_m & x_m^2 & \dots & x_m^n
\end{bmatrix}
\cdot
\begin{bmatrix}
a_0\\
a_1\\
\vdots\\
a_n
\end{bmatrix}
=
\begin{bmatrix}
p(x_0)\\
p(x_1)\\
\vdots\\
p(x_m)
\end{bmatrix}.
If and are distinct, then V is a square matrix with non-zero determinant, i.e. an invertible matrix. Thus, given V and y, one can find the required by solving for its coefficients in the equation :François Viète (1540-1603), Vieta's formulas, https://en.wikipedia.org/wiki/Vieta%27s_formulas
.That is, the map from coefficients to values of polynomials is a bijective linear mapping with matrix V, and the interpolation problem has a unique solution. This result is called the unisolvence theorem, and is a special case of the Chinese remainder theorem for polynomials.
In statistics, the equation means that the Vandermonde matrix is the design matrix of polynomial regression.
In numerical analysis, solving the equation naïvely by Gaussian elimination results in an algorithm with time complexity O(n3). Exploiting the structure of the Vandermonde matrix, one can use Newton's divided differences method{{Cite journal |last1=Björck |first1=Å. |last2=Pereyra |first2=V. |date=1970 |title=Solution of Vandermonde Systems of Equations |journal=American Mathematical Society |volume=24 |issue=112 |pages=893–903 |doi=10.1090/S0025-5718-1970-0290541-1|s2cid=122006253 |doi-access=free }} (or the Lagrange interpolation formula{{Cite book |last1=Press |first1=WH |title=Numerical Recipes: The Art of Scientific Computing |last2=Teukolsky |first2=SA |last3=Vetterling |first3=WT |last4=Flannery |first4=BP |publisher=Cambridge University Press |year=2007 |isbn=978-0-521-88068-8 |edition=3rd |location=New York |chapter=Section 2.8.1. Vandermonde Matrices |chapter-url=http://apps.nrbook.com/empanel/index.html?pg=94}}Inverse of Vandermonde Matrix (2018), https://proofwiki.org/wiki/Inverse_of_Vandermonde_Matrix) to solve the equation in O(n2) time, which also gives the UL factorization of . The resulting algorithm produces extremely accurate solutions, even if is ill-conditioned. (See polynomial interpolation.)
The Vandermonde determinant is used in the representation theory of the symmetric group.{{Fulton-Harris}} Lecture 4 reviews the representation theory of symmetric groups, including the role of the Vandermonde determinant.
When the values belong to a finite field, the Vandermonde determinant is also called the Moore determinant, and has properties which are important in the theory of BCH codes and Reed–Solomon error correction codes.
The discrete Fourier transform is defined by a specific Vandermonde matrix, the DFT matrix, where the are chosen to be {{math|n}}th roots of unity. The Fast Fourier transform computes the product of this matrix with a vector in time.Gauthier, J. "Fast Multipoint Evaluation On n Arbitrary Points." Simon Fraser University, Tech. Rep (2017). See the article on Multipoint Polynomial evaluation for details.
In the physical theory of the quantum Hall effect, the Vandermonde determinant shows that the Laughlin wavefunction with filling factor 1 is equal to a Slater determinant. This is no longer true for filling factors different from 1 in the fractional quantum Hall effect.
In the geometry of polyhedra, the Vandermonde matrix gives the normalized volume of arbitrary -faces of cyclic polytopes. Specifically, if is a -face of the cyclic polytope corresponding to , then
Determinant
The determinant of a square Vandermonde matrix is called a Vandermonde polynomial or Vandermonde determinant. Its value is the polynomial
:
which is non-zero if and only if all are distinct.
The Vandermonde determinant was formerly sometimes called the discriminant, but in current terminology the discriminant of a polynomial is the square of the Vandermonde determinant of the roots . The Vandermonde determinant is an alternating form in the , meaning that exchanging two changes the sign, and thus depends on order for the . By contrast, the discriminant does not depend on any order, so that Galois theory implies that the discriminant is a polynomial function of the coefficients of .
The determinant formula is proved below in three ways. The first uses polynomial properties, especially the unique factorization property of multivariate polynomials. Although conceptually simple, it involves non-elementary concepts of abstract algebra. The second proof is based on the linear algebra concepts of change of basis in a vector space and the determinant of a linear map. In the process, it computes the LU decomposition of the Vandermonde matrix. The third proof is more elementary but more complicated, using only elementary row and column operations.
=First proof: Polynomial properties=
The first proof relies on properties of polynomials.
By the Leibniz formula, is a polynomial in the , with integer coefficients. All entries of the -th column have total degree . Thus, again by the Leibniz formula, all terms of the determinant have total degree
:
(that is, the determinant is a homogeneous polynomial of this degree).
If, for , one substitutes for , one gets a matrix with two equal rows, which has thus a zero determinant. Thus, considering the determinant as univariate in the factor theorem implies that is a divisor of It thus follows that for all and , is a divisor of
This will now be strengthened to show that the product of all those divisors of is a divisor of Indeed, let be a polynomial with as a factor, then for some polynomial If is another factor of then becomes zero after the substitution of for If the factor becomes zero after this substitution, since the factor remains nonzero. So, by the factor theorem, divides and divides
Iterating this process by starting from one gets that is divisible by the product of all with
:
where is a polynomial. As the product of all and have the same degree , the polynomial is, in fact, a constant. This constant is one, because the product of the diagonal entries of is , which is also the monomial that is obtained by taking the first term of all factors in
:
=Second proof: linear maps=
Let {{mvar|F}} be a field containing all
:
be the linear map that maps every polynomial in
:
The Vandermonde matrix is the matrix of
Changing the basis of
The polynomials
:
1 & 0 & 0 & \ldots & 0 \\
1 & x_1-x_0 & 0 & \ldots & 0 \\
1 & x_2-x_0 & (x_2-x_0)(x_2-x_1) & \ldots & 0 \\
\vdots & \vdots & \vdots & \ddots & \vdots \\
1 & x_n-x_0 & (x_n-x_0)(x_n-x_1) & \ldots &
(x_n-x_0)(x_n-x_1)\cdots (x_n-x_{n-1})
\end{bmatrix}.
Thus Vandermonde determinant equals the determinant of this matrix, which is the product of its diagonal entries.
This proves the desired equality. Moreover, one gets the LU decomposition of {{mvar|V}} as
=Third proof: row and column operations=
The third proof is based on the fact that if one adds to a column of a matrix the product by a scalar of another column then the determinant remains unchanged.
So, by subtracting to each column – except the first one – the preceding column multiplied by
:
1&0&0&0&\cdots&0\\
1&x_1-x_0&x_1(x_1-x_0)&x_1^2(x_1-x_0)&\cdots&x_1^{n-1}(x_1-x_0)\\
1&x_2-x_0&x_2(x_2-x_0)&x_2^2(x_2-x_0)&\cdots&x_2^{n-1}(x_2-x_0)\\
\vdots&\vdots&\vdots&\vdots&\ddots&\vdots\\
1&x_n-x_0&x_n(x_n-x_0)&x_n^2(x_n-x_0)&\cdots&x_n^{n-1}(x_n-x_0)\\
\end{bmatrix}
Applying the Laplace expansion formula along the first row, we obtain
:
x_1-x_0&x_1(x_1-x_0)&x_1^2(x_1-x_0)&\cdots&x_1^{n-1}(x_1-x_0)\\
x_2-x_0&x_2(x_2-x_0)&x_2^2(x_2-x_0)&\cdots&x_2^{n-1}(x_2-x_0)\\
\vdots&\vdots&\vdots&\ddots&\vdots\\
x_n-x_0&x_n(x_n-x_0)&x_n^2(x_n-x_0)&\cdots&x_n^{n-1}(x_n-x_0)\\
\end{bmatrix}
As all the entries in the
:
1&x_1&x_1^2&\cdots&x_1^{n-1}\\
1&x_2&x_2^2&\cdots&x_2^{n-1}\\
\vdots&\vdots&\vdots&\ddots&\vdots\\
1&x_n&x_n^2&\cdots&x_n^{n-1}\\
\end{vmatrix}=\prod_{1,
where
=Rank of the Vandermonde matrix=
- An {{math|m × n}} rectangular Vandermonde matrix such that {{math|m ≤ n}} has rank {{math|m}} if and only if all {{math|xi}} are distinct.
- An {{math|m × n}} rectangular Vandermonde matrix such that {{math|m ≥ n}} has rank {{math|n}} if and only if there are {{mvar|n}} of the {{math|xi}} that are distinct.
- A square Vandermonde matrix is invertible if and only if the {{math|xi}} are distinct. An explicit formula for the inverse is known (see below).{{Cite book
| title = Inverse of the Vandermonde matrix with applications
| last = Turner
| first = L. Richard
| date = August 1966
| url =https://ntrs.nasa.gov/api/citations/19660023042/downloads/19660023042.pdf
| volume = 65
| issue = 2
| pages = 95–100
| last = Macon
| first = N.
|author2=A. Spitzbart
| title = Inverses of Vandermonde Matrices
| journal = The American Mathematical Monthly
| date = February 1958
| jstor = 2308881
| doi = 10.2307/2308881}}
Generalizations
If the columns of the Vandermonde matrix, instead of
{{Math proof|title=Proof|proof=
}}
By multiplying with the Hermitian conjugate, we find that
\det \left[\sum_l p_j(z_l) p_k(z_l^*)\right] = \prod_k |c_k|^2 |\Delta(z)|^2
{{Math theorem
| math_statement = Fix
| note = Tao 2012, page 251
}}
{{hidden begin|style=width:100%|ta1=center|border=1px #aaa solid|title=Proof}}
{{Math proof|title=Proof|proof=
If any
The left side is a sum of the form
\sum_{\sigma} (-1)^
\sigma |
Expand them by Taylor expansion. For fixed
To find the constant term of
By the symmetry of the determinant, the next lowest-powered term of
}}{{hidden end}}
Inverse Vandermonde matrix
As explained above in Applications, the polynomial interpolation problem for
\begin{bmatrix}
1 & x_0 & \dots & x_0^n\\
\vdots & \vdots & &\vdots \\[.5em]
1 & x_n & \dots & x_n^n
\end{bmatrix}^{-1}
= L =
\begin{bmatrix}
L_{00} & \!\!\!\!\cdots\!\!\!\! & L_{0n}
\\
\vdots & & \vdots
\\
L_{n0} & \!\!\!\!\cdots\!\!\!\! & L_{nn}
\end{bmatrix}
are the coefficients of the Lagrange polynomials
whereL_j(x)=L_{0j}+L_{1j}x+\cdots+L_{nj}x^{n} = \prod_{0\leq i\leq n \atop i\neq j}\frac{x-x_i}{x_j-x_i}
= \frac{f(x)}{(x-x_j)\,f'(x_j)}\,,
Confluent Vandermonde matrices
{{see also|Hermite interpolation}}
As described before, a Vandermonde matrix describes the linear algebra interpolation problem of finding the coefficients of a polynomial
:
p(0) = y_1 \\
p'(0) = y_2 \\
p(1) = y_3
\end{cases}
where
:
x_1 = \cdots = x_{m_1},\
x_{m_1+1} = \cdots = x_{m_2},\
\ldots,\
x_{m_{k-1}+1} = \cdots = x_{m_k}
where
:
p(x_{m_1}) = y_1, & p'(x_{m_1}) = y_2, & \ldots, & p^{(m_1-1)}(x_{m_1}) = y_{m_1}, \\
p(x_{m_2}) = y_{m_1+1}, & p'(x_{m_2})=y_{m_1+2}, & \ldots, & p^{(m_2-m_1-1)}(x_{m_2}) = y_{m_2}, \\
\qquad \vdots & & & \qquad\vdots \\
p(x_{m_k}) = y_{m_{k-1}+1}, & p'(x_{m_k}) = y_{m_{k-1}+2}, & \ldots, & p^{(m_k-m_{k-1}-1)}(x_{m_k}) = y_{m_k}.
\end{cases}
The corresponding matrix for this problem is called a confluent Vandermonde matrix, given as follows.{{Cite journal | volume = 57| issue = 1| pages = 15–21| last = Kalman| first = D.| title = The Generalized Vandermonde Matrix| journal = Mathematics Magazine| date = 1984| doi = 10.1080/0025570X.1984.11977069}} If
:
0 & \text{if } j < i - m_\ell, \\[6pt]
\dfrac{(j-1)!}{(j - (i - m_\ell))!} x_i^{j-(i-m_\ell)} & \text{if } j \geq i - m_\ell.
\end{cases}
This generalization of the Vandermonde matrix makes it non-singular, so that there exists a unique solution to the system of equations, and it possesses most of the other properties of the Vandermonde matrix. Its rows are derivatives (of some order) of the original Vandermonde rows.
Another way to derive the above formula is by taking a limit of the Vandermonde matrix as the
See also
- {{slink|Companion matrix#Diagonalizability}}
- Schur polynomial – a generalization
- Alternant matrix
- Lagrange polynomial
- Wronskian
- List of matrices
- Moore determinant over a finite field
- Vieta's formulas
References
{{reflist}}
- {{Cite book |last=Tao |first=Terence |title=Topics in random matrix theory |date=2012 |publisher=American Mathematical Society |isbn=978-0-8218-7430-1 |series=Graduate studies in mathematics |location=Providence, R.I}}
Further reading
- {{Citation |last=Ycart |first=Bernard |title=A case of mathematical eponymy: the Vandermonde determinant |journal=Revue d'Histoire des Mathématiques |volume=13 |year=2013 |arxiv=1204.4716|bibcode=2012arXiv1204.4716Y }}.
{{Matrix classes}}