First time here? Check out the FAQ!
answered 2016-06-03 19:56:18 +0100
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)