Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azrielx86/gauss-jordan-method
A Multiple variable equation solver using Gauss-Jordan elimination method
https://github.com/azrielx86/gauss-jordan-method
algorithms gauss-elimination numerical-analysis
Last synced: 24 days ago
JSON representation
A Multiple variable equation solver using Gauss-Jordan elimination method
- Host: GitHub
- URL: https://github.com/azrielx86/gauss-jordan-method
- Owner: Azrielx86
- Created: 2022-11-21T05:10:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T07:17:59.000Z (about 2 years ago)
- Last Synced: 2023-07-20T22:14:59.421Z (over 1 year ago)
- Topics: algorithms, gauss-elimination, numerical-analysis
- Language: C#
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Método de eliminación completa de Gauss-Jordan
Programa realizado para la práctica 3 de la materia Análisis Numérico (FI - UNAM), semestre 2023-1.
Las prácticas 1 y 2 están disponibles en este repositorio.
## Capturas
### Ventana inicial
![](docs/start_screen.png)
### Creación de una matriz![](docs/matrix_creation.png)
### Muestra de los resultados
![](docs/matrix_solution.png)