fawk3s
- 341
- 1
Homework Statement
Lets find the determinant of
1 1 1 1 ... 1
1 2 2 2 ... 2
1 2 3 3 ... 3
1 2 3 4 ... 4
...
1 2 3 4 ... n
The Attempt at a Solution
In class, we solved it by subtracting the previous line of every single line, ending up with
1 1 1 1 ... 1
1 2 2 2 ... 2 II-I
1 2 3 3 ... 3 III-II
1 2 3 4 ... 4 IV-III =
... ...
1 2 3 4 ... n n-(n-1)
1 1 1 1 ... 1
0 1 1 1 ... 1
0 0 1 1 ... 1
0 0 0 1 ... 1
...
0 0 0 0 ... 1
And from the multiplication of the main diagonal elements we get that its equal to 1.
Makes sense.
Yet when I started looking at the problem at home, I tried a solution like this:
1 1 1 1 ... 1
1 2 2 2 ... 2 II-n
1 2 3 3 ... 3 III-n
1 2 3 4 ... 4 IV-n =
... ...
1 2 3 4 ... (n-2) (n-2)-n
1 2 3 4 ... (n-1) (n-1)-(n-2)
1 2 3 4 ... n n-(n-1)
1 1 1 1 ... 1
0 0 -1 -2 ... (-n+2)
0 0 0 -1 ... (-n+3)
0 0 0 0 ... (-n+4)
......
0 0 0 0 ... -2
0 0 0 0 ... -1
0 0 0 0 ... 1
This way we get zeros below the main diagonal, and we can calculate the determinant by multiplying the elements of the main diagonal. Since it contains zeros, we get it equal to 0.
I end up with the same result when subtracting the first line times the line number from every other line, for example
II - 2*I
III - 3*I
IV - 4*I
...
n - n*I
because this way I get a triangle of zeros above the main diagonal, which is basically the same thing as below. The main diagonal also contains zeros, giving the answer 0.
As I am new to matrixes, I am probably missing something fundamental here. Would like to know what it is. Thanks.
EDIT: Didnt know how to insert the determinants here properly, so changed the color of the first side of the equation to red, to make it a tad better to read. Sorry about that.
Last edited: