An open API service indexing awesome lists of open source software.

https://github.com/lliepjiok/matrix-iteration

Iteration methods for linear equations
https://github.com/lliepjiok/matrix-iteration

gauss-zeidel-method golang jacobi matrix successive-over-relaxation

Last synced: 5 months ago
JSON representation

Iteration methods for linear equations

Awesome Lists containing this project

README

          

# Matrix equations

## Project Description

This program solves a system of linear equations using iteration methods: Jacobi, GaussSeidel, successive over-relaxation.

## Installation

1. Clone the repository:

```bash
git clone git@github.com:LLIEPJIOK/matrix-iteration.git
```

2. Navigate to the project folder:

```bash
cd matrix-iteration
```

3. Run the program:

```bash
go run cmd/iter/main.go
```