given a matrix subspace of sparse matrices over a ring Q
M=MatrixSpace(Q,1000,1000, sparse=True)
I need a way to define the subspace N of M given a list of matrices of M
I tried to turn matrices into lists and use the VectorSpace category, however my matrices are sparse matrices, and this takes very long