First time here? Check out the FAQ!
answered 2013-10-24 19:32:44 +0100
You can try
sage: R = PolynomialRing(QQ,'x') sage: m = random_matrix(R,10,10) sage: view(m)