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
- Host: GitHub
- URL: https://github.com/thedeiw/slae-4x4-jakobi-method-
- Owner: TheDeiw
- License: mit
- Created: 2024-03-31T16:01:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T10:34:59.000Z (over 1 year ago)
- Last Synced: 2025-05-08T04:07:35.801Z (about 1 year ago)
- Topics: laboratory-exercises, mathematics, solving-equations
- Language: JavaScript
- Homepage: https://thedeiw.github.io/SLAE-4x4-Jakobi-method-/
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
