CRAMER'S RULE MATRIX SOLVER
Numerical Methods
This is a Cramer's Rule Matrix Solver, developed using Pyhton code. The app is a mathematical method used to solve linear systems of equations using matrices and determinants. It applies to systems where the number of equations equals the number of unknown variables. It features a clean interface displaying the input, output, and automated calculations.