Florent Hivert wrote:
>       Hi there,
> 
> I'll use the excuse that I'm now writing on a laptop in a train for not having
> searched if this as already been discussed...
> 
> Is there a limitation somewhere (apart of course the available free time of
> the developers) which prevent us from improving the following ugly printing ?
> 
> sage: m = matrix(2,2)
> sage: [m, m, m]
> 
> [[0 0]
> [0 0], [0 0]
> [0 0], [0 0]
> [0 0]]
> 


The patch is already done and waiting on trac for several months:

http://trac.sagemath.org/sage_trac/ticket/1918

You just have to update a bunch of doctests and review the patch!


Here's an output:

sage: list(MatrixSpace(GF(2),2))
[
[0 0]  [1 0]  [0 1]  [0 0]  [0 0]  [1 1]  [1 0]  [1 0]  [0 1]  [0 1]
[0 0], [0 0], [0 0], [1 0], [0 1], [0 0], [1 0], [0 1], [1 0], [0 1],

[0 0]  [1 1]  [1 1]  [1 0]  [0 1]  [1 1]
[1 1], [1 0], [0 1], [1 1], [1 1], [1 1]
]



Thanks,

Jason


-- 
Jason Grout

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to