Determinant of Matrix: Quick Trick to Calculate Answer

  • Thread starter Thread starter Derill03
  • Start date Start date
  • Tags Tags
    Matrices
Derill03
Messages
62
Reaction score
0
I have been given the following matrix and i am told there is a quick trick to getting the determinant:

0 1 2 3 4
0 0 2 3 4
0 0 0 3 4
0 0 0 0 4
5 4 3 2 1

I used my calculator and found out the answer is 120 which is 5!, but i am not sure what rule or reason the answer is 5!

Can ne one help?
 
Physics news on Phys.org
Hint: Use a co-factor expansion down the first column and use the knowledge that the determinant of an upper-triangular matrix is the product of the entries on its diagonal.
 
I am not familiar with this can you help a little more?

My teacher never covered this principle of co-factor expansion
 
This is what i did can u confirm:

5*( 1 2 3 4) inside parenthesis is the 4x4 matrix
( 0 2 3 4)
( 0 0 3 4)
( 0 0 0 4)

which is 5*4*3*2*1 = 120
 
Let i be some row and let j be some column of a matrix A. To find the determinant of A, you can use a co-factor expansion across a row, and you would use the following formula for a fixed i and varying j. Or, you can use co-factor expansion down a column, where you fix a j and sum over all i's.

det(A) = \sumCij = \sum(-1)^{i+j}*(i,j)*det(Aij), where Aij denotes the matrix formed by removing the ith row and jth column from A; and, (i,j) denotes the entry in the ith row and jth column.

So, in this case, you would fix j at 1 and sum from i = 1 to i = 5.

det(A) = 0+0+0+0+5*det(A5,1) = 5*(1*2*3*4) = 120.

Is this clear?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top