Ask Your Question
0

typeset large matrix

asked 11 years ago

MvG gravatar image

I've got a matrix. It is only 5×5 elements, but the entries themselves are pretty large polynomials. I'd like to see them in a typeset fashion, with scrolling instead of line breaks since line breaks break the visual structure. However, the notebook won't display the whole output but truncate it instead. And the full_output.txt won't get typeset.

I've read in the sage-support archive that at least 2009 the only way to increase the truncation limit requires rebuilding sage. Not a thing to look forward to. But perhaps things have changed, and there is a way to raise the limit without recompiling these days. Or there is a way to typeset full_output.txt. Or there is some fancy external matrix viewer to browse large data in a simple way. Or something to call latex from the notebook and open the resulting PDF in the browser. Anything like this?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 11 years ago

vdelecroix gravatar image

You can try

sage: R = PolynomialRing(QQ,'x')
sage: m = random_matrix(R,10,10)
sage: view(m)
Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 11 years ago

Seen: 986 times

Last updated: Oct 24 '13