An open API service indexing awesome lists of open source software.

https://github.com/thedeiw/slae-4x4-jakobi-method-

Website for solving 4x4 SLAE with Jacobi and Seidel methods
https://github.com/thedeiw/slae-4x4-jakobi-method-

laboratory-exercises mathematics solving-equations

Last synced: 3 months ago
JSON representation

Website for solving 4x4 SLAE with Jacobi and Seidel methods

Awesome Lists containing this project

README

          

## Solving 4x4 SLAE
### Overview
This [website](https://thedeiw.github.io/SLAE-4x4-Jakobi-method-/) showcases a tool for solving systems of linear algebraic equations (SLAE) of size 4x4 using numerical methods. It provides an intuitive interface for inputting data and exploring mathematical concepts.

The tool computes Alpha and Beta matrices, using them to solve the SLAE with both the Jacobi and Gauss-Seidel methods. This approach highlights iterative techniques in numerical computation.
### Reason for creation
Created as part of a lab assignment for the "Numerical Methods" course, the project helps students learn theoretical principles and test them using personalized input scenarios.

_Button "Input" fills all fields with numbers given by your own variant._

## Execution result
![image](https://github.com/user-attachments/assets/bcdaaecc-dfa5-4ce2-a0a8-1bd6e534b505)