Formula for inverse of matrix:
matrix → inverse matrix
[tex]A = \bold{ \sf { \begin{pmatrix}a&b\\ c&d\end{pmatrix} \ \ \ \rightarrow \ \ A^{-1} = \dfrac{1}{(ad-bc)} \begin{pmatrix}d&-b\\ -c&a\end{pmatrix} }}[/tex]