https://github.com/walid-git/javafx-row-reduced-echelon-form-calculator
This project is a matrix row reduced echelon form calculator using javaFx, it can calculate RREF of any n x n matrix and display its rank and nullity and if optionally the steps of the calculation process
https://github.com/walid-git/javafx-row-reduced-echelon-form-calculator
calculation-process echelon-form javafx matrix nullity rank rref
Last synced: 7 months ago
JSON representation
This project is a matrix row reduced echelon form calculator using javaFx, it can calculate RREF of any n x n matrix and display its rank and nullity and if optionally the steps of the calculation process
- Host: GitHub
- URL: https://github.com/walid-git/javafx-row-reduced-echelon-form-calculator
- Owner: walid-git
- Created: 2018-06-24T13:42:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T13:47:45.000Z (over 7 years ago)
- Last Synced: 2025-01-20T18:47:23.237Z (9 months ago)
- Topics: calculation-process, echelon-form, javafx, matrix, nullity, rank, rref
- Language: Java
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaFX-Row-Reduced-Echelon-Form-calculator
This project is a matrix row reduced echelon form calculator using javaFx, it can calculate RREF of any n x n matrix and display its rank and nullity and optionally the steps of the calculation process