Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-au1/matrix_calculator
A CLI based calculator to compute basic matrix operations.
https://github.com/alex-au1/matrix_calculator
calculator matrices python replit
Last synced: 8 days ago
JSON representation
A CLI based calculator to compute basic matrix operations.
- Host: GitHub
- URL: https://github.com/alex-au1/matrix_calculator
- Owner: Alex-Au1
- License: mit
- Created: 2021-08-17T11:19:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T13:56:31.000Z (over 3 years ago)
- Last Synced: 2023-09-11T07:26:03.183Z (over 1 year ago)
- Topics: calculator, matrices, python, replit
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix Calculator
A CLI based calculator to compute basic matrix operations.
Can handle inputs involving fractions and complex numbers.You can access the calculator [here](https://replit.com/@602558/Matrix-Solver#main.py)
## Available Operations
Currently, here are the features that you could do with the calculator* Matrix Addition/Subtraction
* Matrix Multiplication
* Gauss-Jordan Algorithm
* Find the Inverse
* Find the Determinant
* Find all the Bases from a set of vectors
* Find all Linearly Independent Sets from a set of vectors
* Finding Change of Basis Matrix to go from one base to another
* Converts Matrices from one base to another## Commands
You can view the list of specific commands [over here](https://github.com/Alex-Au1/Matrix_Calculator/blob/development/Uses_and_Examples/Commands.md)