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
3 : Prove that the sum of the three variables of the sum exponent f(x) = Σe is strictly convex. For this i=1 purpose, compute the Hessian matrix of the function f(x).
Asap
A What is the product of matrices M=(1,0)(0,-3) and N=(0,1)(0,-3)?   B What is the difference of matrices M=(1,0,2)(0,-3,1) and N=(0,1,2)(0,0,-3)?   C What is the a(3) term of the sequence {a(n)} where a(n) = 2n - 6?     1.D What is the range of a function that assigns to a 16-bit bit string the number of one bits in the bit string?   E What is the sum of matrices M=(1,0,2)(0,-3,1) and N=(0,1,2)(0,0,-3)?   F If f(x) = 2x + 3, find f(S) if S={0,2,5}.    G What is the transpose of matrix M=(1,0,2)(0,-3,1)?
Knowledge Booster
Background pattern image
Similar questions
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole