<aside> 💡 Every square matrix $A$ has an associated number, called its determinant and is denoted by $det(A)$ or $|A|$.

</aside>

Determinants are used in:


Determinant of Identity Matrix $I$

$det(I) = 1$


Determinant of a Product of Matrices

$det(AB)=det(A).det(B)$


Determinant of the Inverse of a Matrix

<aside> 💡 Inverse of matrix $A$ is denoted by $A^{-1}$ which satisfy: $AA^{-1} = I=A^{-1}A$

</aside>

$det(A^{-1})=\frac 1 {det(A)}$