ghevcoul / matrixAlg

A collection of basic matrix algebra functions implemented in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of basic matrix algebra functions implemented in python.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%