Ask Your Question
0

typeset large matrix

asked 2013-10-24 12:37:58 +0200

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?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2013-10-24 19:32:44 +0200

vdelecroix gravatar image

You can try

sage: R = PolynomialRing(QQ,'x')
sage: m = random_matrix(R,10,10)
sage: view(m)
edit flag offensive delete link more

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: 2013-10-24 12:37:58 +0200

Seen: 617 times

Last updated: Oct 24 '13