Introduction to Algorithms
Introduction to Algorithms
3rd Edition
ISBN: 9780262033848
Author: Thomas H. Cormen, Ronald L. Rivest, Charles E. Leiserson, Clifford Stein
Publisher: MIT Press
Question
Book Icon
Chapter D, Problem 1P
Program Plan Intro

To prove that the determinant of the Vandermonde matrix V is det(V(x0,x1,...,xn))=0j<kn1(xkxj)

Expert Solution & Answer
Check Mark

Explanation of Solution

Given information:

Vandermonde matrix V is given by V(x0,x1,...xn1)=(1x0x02x0n11x1x12x1n1............1xn1xn12xn1n1)

Explanation:

Start with induction on n .

For n = 1, the Vandermonde matrix is of size 1×1 with only one entry i.e. 1.It is easy to note that this matrix’s determinant is 1. Also product is one as no distinct i and j can be picked in the product on the right hand side.

Now, assume that the given condition is true for n×n matrix. Using this let’s show that it is true for (n+1)×(n+1) matrices.

Start from second last column on right side that is n1 and go towards left adding (x0) times that column to the one to its right.

The determinant will not be changed from this operation. All entries in the top row, except the leftmost one, have become zero as x0j1x0j2x0=0 . This means that expansion by minors along the top row can be done in order to compute the determinant. The top left column will be the only non-zero term in this operation. Thus determinant remains the same as the determinant of that one minor. Also, the factor of every item in ith of that minor is (xix0) . This implies that taking all those factors out will give expression i=1n1(xix0) i.e. all the factors in the formula that include x0 .

After taking factors out,a n×n Vandermonde matrix on the variables x1,...,xn1 is left.This will only contain all the other factors that are needed to get the right hand side.

Thus, this completes the induction.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Determine the value(s) of x so that the matrix below is the augmented matrixof an inconsistent linear system. x 1 5 5 -3 2
What is the sum of matrices M=(1,0,3)(0,-3,1) and N=(0,1,2)(0,0,-3)?
What is the difference of matrices M=(-1,0,-2)(0,-3,1) and N=(0,1,2)(0,0,-3)?