Linear Equations Solver  1.0
Using Gaussian elimination
Loading...
Searching...
No Matches
Linear Equations Solver

Using Gaussian elimination

The program reads matrices from .in files, performs Gaussian elimination with partial pivoting, determines the rank and consistency of the system, and displays the solution. It allows multiple runs and interacts with the user for input and exit control.

Features

  • Gaussian elimination with partial pivoting
  • Rank determination and consistency check
  • Handles cases with no solution, unique solution, or infinitely many solutions

Usage

  1. Provide a matrix in an .in file.
  2. The program reads the matrix and applies Gaussian elimination.
  3. The user can run the program multiple times.