Skip to content

Solving the linear system Ax = b using the Block Gauss-Seidel Method. This project implements and analyzes the Block Gauss-Seidel method, aiming to improve convergence speed and computational efficiency for large systems.

Notifications You must be signed in to change notification settings

GabrielaMajstrak/Numerical-methods-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Numerical-methods-project

Welcome to the GitHub repository for my Numerical Methods class project: Solving the Linear System Ax = b using the Block Gauss-Seidel Method.

Project Overview

This project aims to implement and analyze the Block Gauss-Seidel method for solving systems of linear equations. Unlike the traditional Gauss-Seidel method, which iterates over individual equations, the Block Gauss-Seidel method operates on blocks of equations, potentially improving convergence speed and computational efficiency for large systems.

I apologize to non-Polish speakers as the detailed project report is written in Polish.

About

Solving the linear system Ax = b using the Block Gauss-Seidel Method. This project implements and analyzes the Block Gauss-Seidel method, aiming to improve convergence speed and computational efficiency for large systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages