Skip to content

LLIEPJIOK/matrix-iteration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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