matrix

A Python package for various 2D matrix operations and manipulations.

View on GitHub

Tests for matrix properties and special matrices

A Matrix class provides methods that can be used to check common matrix properties and special matrices:

These methods never raise errors, they just return True or False.