3.6 Determinants (part 1)
Scalar: \( a^{-1} \) exists if \( a \neq 0 \), \( a^{-1} = \frac{1}{a} \) (\( a \neq 0 \))
Matrix: \( A^{-1} \) exists if determinant of \( A \) is not zero
if \( A \) is \( 2 \times 2 \), its determinant, \( \det A = \det(A) = |A| \)
\( A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \) then \( \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc \)
\( A^{-1} = \frac{1}{ad - bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \)
\( \det A = ad - bc \)
for \( 3 \times 3 \) and beyond, no formula like \( \begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc \) exists
however, using cofactor expansion we can find the determinant of \( 3 \times 3 \) as sum of several \( 2 \times 2 \)
(\( 4 \times 4 \) as sum of several \( 3 \times 3 \) which are sum of \( 2 \times 2 \))