Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 317 Bytes

File metadata and controls

11 lines (10 loc) · 317 Bytes

System of Linear Equations Solver

A program that solves systems of linear equations written in a file with N variables. It uses Gaussian Elimination algorithm.
All the data structures used were developed using only built-in elements.

Example

make main
./main
# File: system_linear_equations.txt