Documentation for the tests scriptΒΆ

This script tests tests all the integration functions required for the project (written in matrix.html). Below is included an auto-generated documentation (from the docstrings present in the source file).

Complete solution for the CS101 Programming Project about matrices.

This file uses the module matrix, and its class matrix.Matrix, to do many examples of matrices and linear operations.

Examples and naming conventions for all these functions and methods are mainly inspired of http://docs.sympy.org/dev/modules/matrices/matrices.html.