This program solves a system of linear equations using iteration methods: Jacobi, GaussSeidel, successive over-relaxation.
-
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