| 1 | initial version |
There are two distinct, non intersecting questions / issues in the post:
detect if two matrices have the same rank, the following is enough: print M.rank() == M.augment(T).rank()
detect generating columns for the vector space of the columns of the matrix M. Then print M.pivots() gives them.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.