https://github.com/f-aguzzi/agumatrix
A simple GUI application to calculate matrix determinants through Laplace expansion
https://github.com/f-aguzzi/agumatrix
cross-platform gui iced-rs rust
Last synced: about 1 year ago
JSON representation
A simple GUI application to calculate matrix determinants through Laplace expansion
- Host: GitHub
- URL: https://github.com/f-aguzzi/agumatrix
- Owner: f-aguzzi
- Created: 2021-11-26T21:02:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T19:49:10.000Z (about 4 years ago)
- Last Synced: 2025-02-14T12:19:57.802Z (over 1 year ago)
- Topics: cross-platform, gui, iced-rs, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# AguMatrix
## A simple, cross-platform program for solving determinants
AguMatrix uses the Laplace expansion method to calculate the determinant of square matrices up to a size of 256x256.
### Issues
The parser cannot distinguish rows or columns with the improper number of elements, nor it can detect if the matrix is not square. The size of the matrix is inferred from the length of its first row. When the number of elements is mismatched, the empty spaces are filled with 0s.
### User Interface
The GUI for AguMatrix is made with ICED, a cross-platform (Windows, Mac OS, Linux and Web) GUI library for Rust.