MatrixMath Solver: A Python-Powered Matrix Problem Solver with Bootstrap Frontend.
[ ] Perform matrix calculations using web application.
- Numpy(Python) for processing calculations
- Flask(Python) for back-end and server
- Bootstrap for front-end
- Jquery(Js) for displaying and manipulating elements
- Matrix Multiplication
- Addition of matrices
- Subtraction of matrices
-
Install
git clone https://github.com/oxy-Op/matrix-tools.git cd matrix-tools
-
Install requirements
pip install -r requirements.txt
-
Run
python app.py
or
flask run
This web application was made by oxy-Op
You are free to criticize the code, to suggest improvements, and to contribute, please feel free to open issues and pull requests