Aloha :)
Für die Inverse eine 2x2-Matrix gibt es folgendes Rezept:
(1) Vertauschung auf der Hauptdiagonalen
(2) Vorzeichenwechsel auf der Nebendiagonalen
(3) Division durch die Determinante.
Die ist sehr nützlich, weil man die Inverse einer 2x2-Matrix in Übungsaufgaben oft braucht:
$$\begin{pmatrix}2 & 1\\4 & 3\end{pmatrix}\quad\stackrel{(1)}{\mapsto}\quad\begin{pmatrix}3 & 1\\4 & 2\end{pmatrix}\quad\stackrel{(2)}{\mapsto}\quad\begin{pmatrix}\phantom-3 & -1\\-4 & \phantom-2\end{pmatrix}\quad\stackrel{(3)}{\mapsto}\quad\begin{pmatrix}\phantom-\frac32 & -\frac12\\[1ex]-2 & \phantom-1\end{pmatrix}$$