Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)