Let M n be the n × n matrix given by
M n = ⎣ ⎢ ⎢ ⎢ ⎡ 1 n + 1 ⋮ n 2 − ( n − 1 ) 2 n + 2 ⋮ n 2 − ( n − 2 ) ⋯ ⋯ ⋮ ⋯ n 2 n ⋮ n 2 ⎦ ⎥ ⎥ ⎥ ⎤ .
Find n = 1 ∑ ∞ det ( M n ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
We are given an n × n matrix M n = ⎣ ⎢ ⎢ ⎢ ⎡ 1 n + 1 ⋮ n 2 − ( n − 1 ) 2 n + 2 ⋮ n 2 − ( n − 2 ) ⋯ ⋯ ⋮ ⋯ n 2 n ⋮ n 2 ⎦ ⎥ ⎥ ⎥ ⎤ .
Row reduce the matrix by replacing each row (besides the first one) with the result when the first row is subtracted from it. In other words,
⎣ ⎢ ⎢ ⎢ ⎡ 1 ( n + 1 ) − 1 ⋮ ( n 2 − ( n − 1 ) ) − 1 2 ( n + 2 ) − 2 ⋮ ( n 2 − ( n − 2 ) ) − 2 ⋯ ⋯ ⋮ ⋯ n ( 2 n ) − n ⋮ ( n 2 ) − n ⎦ ⎥ ⎥ ⎥ ⎤ = ⎣ ⎢ ⎢ ⎢ ⎡ 1 n ⋮ n ( n − 1 ) 2 n ⋮ n ( n − 1 ) ⋯ ⋯ ⋮ ⋯ n n ⋮ n ( n − 1 ) ⎦ ⎥ ⎥ ⎥ ⎤ .
So each row of the matrix (starting with the second) is a multiple of n , implying that matrices of this form have determinant zero, provided they have enough rows for one row to be a multiple of another. Since this sequence starts with the second row, we see that det ( M n ) = 0 , when n ≥ 3 .
Now, we need to find det ( M n ) , for n = 1 , 2 . For n = 1 , this is clearly 1 . For n = 2 , we have det [ 1 3 2 4 ] = 1 × 4 − 2 × 3 = 4 − 6 = − 2 .
Hence, n = 1 ∑ ∞ det ( M n ) = 1 − 2 + 0 = − 1 .