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
- Host: GitHub
- URL: https://github.com/lliepjiok/matrix-iteration
- Owner: LLIEPJIOK
- Created: 2024-11-22T12:39:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T12:46:40.000Z (over 1 year ago)
- Last Synced: 2025-06-02T12:30:42.132Z (about 1 year ago)
- Topics: gauss-zeidel-method, golang, jacobi, matrix, successive-over-relaxation
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```