Skip to content

MatrixMath Solver: A Web Interface Allows User To Compute Matrices Problems

Notifications You must be signed in to change notification settings

oxy-Op/matrix-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatrixMath Solver: A Python-Powered Matrix Problem Solver with Bootstrap Frontend.

Intro

[ ] Perform matrix calculations using web application.

Technology

  • Numpy(Python) for processing calculations
  • Flask(Python) for back-end and server
  • Bootstrap for front-end
  • Jquery(Js) for displaying and manipulating elements

Tools

  • Matrix Multiplication
  • Addition of matrices
  • Subtraction of matrices

Local Installation

  • 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
    

Credits

This web application was made by oxy-Op

Feedback

You are free to criticize the code, to suggest improvements, and to contribute, please feel free to open issues and pull requests

About

MatrixMath Solver: A Web Interface Allows User To Compute Matrices Problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published