| 1 | initial version |
Only small matrices are printed by default. If you want to see the coefficients of the matrix, you can do:
sage: print M.str()
If you want to get the LaTeX code of your matrix, you can do:
sage: latex(M)
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.