answered 11 years ago
You can try
sage: R = PolynomialRing(QQ,'x') sage: m = random_matrix(R,10,10) sage: view(m)