Solves three equations such as a₁x + b₁y + c₁z = d₁ for x, y and z with Cramer's rule: the determinant with one column replaced by the right-hand side, over the determinant of the coefficients. When that determinant is zero there is no unique solution.