Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enmarcm/gaussjordansolver
A small React application that solves NxN equations using the Gauss-Jordan elimination method.
https://github.com/enmarcm/gaussjordansolver
algorithms equation-solver equations gauss-jordan nxn react
Last synced: about 2 months ago
JSON representation
A small React application that solves NxN equations using the Gauss-Jordan elimination method.
- Host: GitHub
- URL: https://github.com/enmarcm/gaussjordansolver
- Owner: enmarcm
- Created: 2024-01-05T23:00:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T05:00:16.000Z (5 months ago)
- Last Synced: 2024-11-26T01:15:19.000Z (about 2 months ago)
- Topics: algorithms, equation-solver, equations, gauss-jordan, nxn, react
- Language: CSS
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gauss Jordan Solver
Welcome to the **Gauss Jordan Solver** repository! This project is a small React application designed to solve NxN equations using the Gauss-Jordan elimination method.
## Features
- Input for NxN matrix
- Step-by-step solution using the Gauss-Jordan elimination method
- User-friendly interface for easy interaction