How to prove that these two matrices have the same determinant?

190 Views Asked by At

I want to prove that the following 2 matrices have the same determinant (which they do and it is equal to 288) Apologies for quality: [Matrix one][1] [Matrix two][2]

1 2

I know that the first matrix is a Vandermonde matrix, and it is easy to calculate its determinant. The second matrix looks similar, but I can't find the connection. Any ideas would be helpful.

1

There are 1 best solutions below

3
On BEST ANSWER

Let $A$ be the first matrix, and $B$ the second matrix , then

$ B = A C $

where

$ C = \begin{bmatrix} 1 && -1 && 0 && 0 && 0 \\0 && 1 && -1 && 0 && 0 \\ 0 && 0 && 1 && -1 && 0 \\ 0 && 0 && 0 && 1 && -1 \\ 0 && 0 && 0 && 0 && 1 \end{bmatrix} $

From the well-known property of determinants we know that

$ \det(B)= \det(A) \det(C) $

Since $C$ is upper-triangular, then its determinant is the product of its diagonal elements, which is $1$, hence

$ \det(B) = \det(A) $