Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 433 Bytes

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:

    git clone [email protected]:LLIEPJIOK/matrix-iteration.git
  2. Navigate to the project folder:

    cd matrix-iteration
  3. Run the program:

    go run cmd/iter/main.go