Let's say I have $3$ systems $$Ax_1 = \begin{bmatrix}1 \\ 0\\ 0 \end{bmatrix}, Ax_2 = \begin{bmatrix}0 \\ 1\\ 0 \end{bmatrix}, Ax_3 = \begin{bmatrix}0 \\ 0\\ 1 \end{bmatrix}$$
If I solve for $x_1, x_2, x_3$, it gives me $A^{-1}$ but I'm not sure why this happens. Could someone explain why this is the case?
Let's consider the matrix:
$$[Ax_1 \ Ax_2 \ Ax_3]=I\implies A [x_1 \ x_2 \ x_3]=I\implies [x_1\ x_2 \ x_3]=A^{-1}$$