For design documentation see matrix/docs.py.
EXAMPLES:
sage: from sage.matrix.matrix import is_Matrix sage: is_Matrix(0) False sage: is_Matrix(matrix([[1,2],[3,4]])) True
Matrices over an arbitrary ring
Base class for matrices, part 0
Enter search terms or a module, class or function name.