Assuming that the matrix $A = ||a_{ij}||_{1 \leq i,j \leq n}$ is invertible, write down the explicit formula for the inverse matrix $A^{-1} = ||b_{ij}||_{1 \leq i,j \leq n}$. Prove that this formula gives the inverse matrix.
I wrote down the formula to be that every element of the inverse matrix is given by
$$b_{ij} = \frac{1}{\det(A)} \cdot A_{ji}$$
where $A_{ji}$ is the algebraic complement of the element at row $j$ column $i$. Now I'm a little stuck on how to prove this. Would I be able to do it by induction? I.e show it works for some matrix where $n=2$ (this would be my base case), then somehow use that to show it for the $n= k$ and then $n=k+1$ which would be an $n=3$ matrix, something like this?