This project implements the Gaussian Elimination algorithm to solve systems of linear equations. The program reads a matrix from user input and performs Gaussian elimination to either find the solution, detect infinite solutions, or determine that no solution exists.