This project is my BSc thesis. It implements and demonstrates several numerical methods for solving systems of linear equations. Unlike standard numerical libraries, this program also shows the ...
The program runs each method 100 times to measure average execution time and compares the performance against expected computational complexity. Cramer's Rule computes each variable xᵢ as the ratio ...