Ask Your Question

Revision history [back]

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)