Why math expressions of tuples in table are wraped?

asked 2016-07-27 19:42:11 +0200

danny gravatar image

updated 2016-07-28 06:28:53 +0200

In Sagemath's jupyter notebook, I run following code, and get a bad output of table. But it works well in Sagemath notebook.

Input:

  M=[[(i,i,i,i,j) for i in [1..10]] for j in [1..5]];
  table(M)

image description

Another example:

image description

edit retag flag offensive close merge delete