Finding the determinant

Finding the determinant

For the matrix M=\begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant can be calculated by doing:

ad-bc

Find the determinant of \begin{bmatrix} 3 & 8 \\ 4 & 6 \end{bmatrix}

Find the determinant of \begin{bmatrix} 6 & 5 \\ 1 & 2 \end{bmatrix}

Representing the determinant

The determinant of the matrix M above can be represented in one of these ways, for example:

|M|

\det M

\Delta M

|\begin{matrix} a & b \\ c & d \end{matrix}|

Singular matrix

See singular matrix.

\det{AB}=\det{BA}=\det{A}\det{B}

TODO: explain this property