# Packages
No description provided by the author
# README
Matrix equations
Project Description
This program solves a system of linear equations using iteration methods: Jacobi, GaussSeidel, successive over-relaxation.
Installation
-
Clone the repository:
git clone [email protected]:LLIEPJIOK/matrix-iteration.git
-
Navigate to the project folder:
cd matrix-iteration
-
Run the program:
go run cmd/iter/main.go