This program solves a system of linear equations using iteration methods: Jacobi, GaussSeidel, successive over-relaxation.
-
Clone the repository:
git clone git@github.com:LLIEPJIOK/matrix-iteration.git
-
Navigate to the project folder:
cd matrix-iteration
-
Run the program:
go run cmd/iter/main.go