Skip to content
#

gauss-seidel-method

Here are 5 public repositories matching this topic...

This repository contains a Python implementation of the Gauss-Seidel Elimination method for solving systems of linear equations. The code reads coefficients from an Excel file (`data.xls`), performs Gauss-Seidel iteration with relaxation, and saves the results in a new Excel file. The method also includes error checking and verifies the results.

  • Updated Aug 27, 2024
  • Python

Improve this page

Add a description, image, and links to the gauss-seidel-method 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-seidel-method topic, visit your repo's landing page and select "manage topics."

Learn more