/matrixAlg

A collection of basic matrix algebra functions implemented in python.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

matrixAlg

A collection of basic matrix algebra functions implemented in python.

Currently includes:

  • Printing a nicely formatted matrix
  • 2x2 and 3x3 determinants
  • Transpose
  • Dot product
  • Vector length
  • Matrix multiplication
  • Reduced row echelon calculation
  • Inverse