Show that a determinant is equal to this variable.

65 Views Asked by At

Show that the :

determinant of: \begin{pmatrix}0&0&a_{13}\\0&a_{22}&a_{23}\\a_{31}&a_{32}&a_{33}\end{pmatrix}

is equal to $-A_{13}A_{22}A_{31}$

I believe the cofactor and submatrix formula is to be used. This is specifically located in the chapter of finding determinants using row reduction! Please keep it simple! Thank you!

2

There are 2 best solutions below

0
On BEST ANSWER

Going along the top row, we have

$$0(a_{22}a_{33} - a_{32}a_{23}) - 0(0 - a_{31}a_{23}) + a_{13}(0 - a_{31}a_{22}).$$

See my answer here for an explanation.

0
On

Hint: Expand through first row.