Just multiply all the elements in the diagonal.
- All non-diagonal entries are zeroed out.
- When we create our sub-matrices while expanding across row/column, we multiply each entry with it’s cofactor.
- Only diagonal entries will not cancel out.
Search
Aug 27, 2024
Related:Determinant of a MatrixUpper and Lower Triangular Matrices
Just multiply all the elements in the diagonal.