This release (version 1.0.0) includes
functionality for the following basic
matrix operations that one is likely
to encounter in an introductory course
on linear algebra:
* trace of a (square) matrix
* augmenting two matrices
* row echelon form of a martix
* reduced row echelon form of a martix
* determinant of a (square) matrix
* transpose of a matrix
* inverse of a square, non-singular matrix
Additionally:
* matrix arithmetic (+, -, ×)
* basic arithmetic (+, -, ×, ÷) on scalar values