Categorygithub.com/LLIEPJIOK/matrix-iteration
repository
0.0.0-20241122124640-c833ea8fe26e
Repository: https://github.com/lliepjiok/matrix-iteration.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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