Vandermonde polynomial
In algebra, the Vandermonde polynomial of an ordered set of n variables X 1 , … , X n {\displaystyle X_{1},\dots ,X_{n}} , named after Alexandre-Théophile Vandermonde, is the polynomial: V n = ∏ 1 ≤ i < j ≤ n ( X j − X i ) . {\displaystyle V_{n}=\prod _{1\leq i<j\leq n}(X_{j}-X_{i}).} (Some sources use the opposite order ( X i − X j ) {\displaystyle (X_{i}-X_{j})} , which changes the sign ( n 2 ) {\displaystyle {\binom {n}{2}}} times: thus in some dimensions the two formulas agree in sign, while in others they have opposite signs.) It is also called the Vandermonde determinant, as it is the value of the determinant of the Vandermonde matrix [ 1 X 1 X 1 2 … X 1 n − 1 1 X 2 X 2 2 … X 2 n − 1 ⋮ ⋮ ⋮ ⋱ ⋮ 1 X n X n 2 … X n n − 1 ] .