Skip to content
#

gauss-jordan-elimination

Here are 8 public repositories matching this topic...

This repository contains a Python implementation of the Gauss-Jordan Elimination method for solving systems of linear equations. The code reads coefficients from an Excel file (`read.xls`), performs Gauss-Jordan Elimination to reduce the matrix to reduced row echelon form, and saves the results back into the Excel file.

  • Updated Aug 27, 2024
  • Python

Improve this page

Add a description, image, and links to the gauss-jordan-elimination topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gauss-jordan-elimination topic, visit your repo's landing page and select "manage topics."

Learn more