949 views
0 votes
0 votes
1  0  0  0  0  2

0  1  0  0  2  0

0  0  1  2  0  0

0  0  2  1  0  0

0  2  0  0  1  0

2  0  0   0  0  1

1 Answer

0 votes
0 votes
use LU decomposition method .... then this will convert the matrix into a lower triangular matrix. whose determinant (which is also the determinant of original matrix) can be calculated by multiplying the all diagonal elements of the matrix.

Related questions

2 votes
2 votes
1 answer
1
0 votes
0 votes
2 answers
4
sampad asked Jan 16, 2016
453 views
Find the Determinant of $\begin{pmatrix} -4& -1 &-1 &-1 \\ -1& 2& -1& 0\\ -1& -1 & 3 & -1\\ -1 & 0&-1 & 3 \end{pmatrix}$.