Skip to content

A python implementation of gaussian elimination for solving systems of linear equations. Includes row-swapping, row reduction, and relative error computation.

Notifications You must be signed in to change notification settings

judebu/Gaussian-Elimination-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Gaussian Elimination in Python

Description

This project implements Gaussian Elimination to solve systems of linear equations. The script includes functions for row operations, error calculation, and matrix manipulation.

Features

  • Row swapping for partial pivoting
  • Row reduction to echelon form
  • Computation of relative error for numerical stability
  • Uses NumPy for efficient matrix operations

Usage

  1. Clone the repository: https://github.com/judebu/Gaussian-Elimination-Python.git
  2. Run the script in Python: python gaussian_elimination.py

About

A python implementation of gaussian elimination for solving systems of linear equations. Includes row-swapping, row reduction, and relative error computation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages