Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why math expressions of tuples in table are wraped?

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

Why math expressions of tuples in table are wraped?

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