Linear Equation Solver
For two equations a1*x + b1*y = c1 and a2*x + b2*y = c2, Cramer's rule expresses x and y as ratios of determinants. The denominator is the determinant of the coefficient matrix (a1*b2 minus a2*b1). The numerator for x replaces the x-column with the constants column, and similarly