Vandermonde matrix

From testwiki
Revision as of 10:39, 6 December 2023 by imported>Rathfelder (added Category:Algebra using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Linear Algebra, a Vandermonde matrix, named after Alexandre-Théophile Vandermonde, is a (m+1)×(n+1) matrix with the form:

V=V(x0,x1,,xm)=[1x0x02x0n1x1x12x1n1x2x22x2n1xmxm2xmn]

with entries Vi,j=xij, the jth power of the number xi, for all indices i and j where i and j start at 0. Most authors define the Vandermonde matrix as the transpose of the above matrix.

Applications

Vandermonde matrices are commonly used in introductory Linear Algebra courses to prove least squares solutions.