Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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