Skip to content

A C program that solves systems of linear equations written in a file with N variables. It uses Gaussian Elimination algorithm.

License

Notifications You must be signed in to change notification settings

LucaDillenburg/System-of-Linear-Equations-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A C program that solves systems of linear equations written in a file with N variables. It uses Gaussian Elimination algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages