Cramer's Rule. Let $Ax = b$ be a system of linear equations for $A \in M_{n \times n}(F)$. If $A$ is invertible, then $Ax = b$ has the unique solution given by $$x_j = \frac{\det C_j}{\det A}, \quad j = 1, ..., n,$$ where $C_j$ is the matrix obtained from $A$ by replacing the $j$-th column with the column vector $b$.