Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 508 Bytes

Matrix-Processor

A project to compute matrices of any size. Able to compute determinant of a matrix. Multiply and add matrices.

Requirement

Requires python 3.5

How to run this

Simply clone or download the script and run it.

Available Functions

  1. Add matrices
  2. Multiply matrix by a constant
  3. Multiply matrices
  4. Transpose matrix
  5. Calculate a determinant
  6. Inverse matrix
  7. Exit
matrix.processor.demo.mp4