/matrix-iteration

Iteration methods for linear equations

Primary LanguageGo

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 git@github.com:LLIEPJIOK/matrix-iteration.git
  2. Navigate to the project folder:

    cd matrix-iteration
  3. Run the program:

    go run cmd/iter/main.go