News

This repository contains Python scripts to solve a system of linear equations AX = b using different methods, including the naive approach, NumPy, and SciPy. The goal is to compare the execution times ...
This project focuses on solving systems of linear equations using numerical methods, specifically the LU decomposition method and Gaussian elimination with pivoting. The project is implemented in ...