Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amaruelle/gauss-jordan-method-web
Simple Bootstrap 5 site to solve matrices with the Gauss-Jordan method.
https://github.com/amaruelle/gauss-jordan-method-web
gauss-elimination gauss-jordan maths matrices matrices-transformation
Last synced: about 1 month ago
JSON representation
Simple Bootstrap 5 site to solve matrices with the Gauss-Jordan method.
- Host: GitHub
- URL: https://github.com/amaruelle/gauss-jordan-method-web
- Owner: amaruelle
- Created: 2023-04-08T19:15:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-18T06:05:19.000Z (over 1 year ago)
- Last Synced: 2024-09-24T22:48:31.331Z (3 months ago)
- Topics: gauss-elimination, gauss-jordan, maths, matrices, matrices-transformation
- Language: JavaScript
- Homepage: https://bulkabuka.github.io/gauss-jordan-method-web/
- Size: 834 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matrix Solver
Matrix Solver is a web application that allows you to solve systems of linear equations using Gaussian elimination. You can input the matrix coefficients and the result values, and the application will show you the steps of the Gaussian elimination process and the final solutions.## Getting started
To use the Matrix Solver, you can simply download the project files and open the index.html file in your web browser. Alternatively, you can visit the live version of the application here.## Usage
To solve a system of linear equations using Matrix Solver, follow these steps:1. Input the number of rows and columns in your matrix using the dropdown menus.
2. Input the matrix coefficients and result values in the input fields of the table and the results container, respectively.
3. Click the "Решить" button to see the steps of the Gaussian elimination process and the final solutions.## Credits
Matrix Solver was created by [@bulkabuka](https://github.com/bulkabuka). The project is licensed under the MIT license.