https://github.com/azakidev/matrizal
A simple matrix calculator that works in the command line!
https://github.com/azakidev/matrizal
linear-algebra mathematics
Last synced: about 1 year ago
JSON representation
A simple matrix calculator that works in the command line!
- Host: GitHub
- URL: https://github.com/azakidev/matrizal
- Owner: Azakidev
- License: gpl-3.0
- Created: 2022-09-16T21:46:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T21:05:47.000Z (over 3 years ago)
- Last Synced: 2023-04-27T12:36:01.498Z (about 3 years ago)
- Topics: linear-algebra, mathematics
- Language: Rust
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Matrizal
A command line program to help me do linear algebra homework 👍
## Running
### Binary, any OS
For a binary file just use `cargo run`, make sure you have rust installed
## Installs
### Arch linux
The present PKGBUILD should aready work fine, just install via `makepkg -si`.
Then run it in a terminal by entering `matrizal`.
### Deb (Debian based distros)
Install the .deb file in the releases section.
Then run it in a terminal by entering `matrizal`.
### Windows
Download the .exe file in the releases section and run it.
### Android
- Install termux from github
- Run the following command in termux to download the binary (make sure curl is installed)
```curl -L https://github.com/Azakidev/matrizal/releases/download/Release-2.0/android-termux-aarch64-binary --output matrizal```
- Then simply type `./matrizal` to run it
## To do
- [ ] Spanish translation (?)
- [x] Windows Terminal hold when done
- [ ] Any size determinant
- [ ] Inverse of a matrix, any size
- [ ] Matrix equation solutions via determinants