File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1941,11 +1941,11 @@ cdef class Matrix(sage.structure.element.Matrix):
1941
1941
.... : bottom_border=['*', '', '' ],
1942
1942
.... : left_border=[1, 10, 100 ],
1943
1943
.... : right_border=['', ' <', '' ]))
1944
- ab cde f
1945
- 1⎛ 1 2│ 3⎞
1946
- 10⎜ 4 5│ 6⎟ <
1947
- 100⎝ 7 8│ 9⎠
1948
- *
1944
+ ab cde f
1945
+ 1⎛ 1 2│ 3⎞
1946
+ 10⎜ 4 5│ 6⎟ <
1947
+ 100⎝ 7 8│ 9⎠
1948
+ *
1949
1949
1950
1950
TESTS:
1951
1951
@@ -2003,10 +2003,10 @@ cdef class Matrix(sage.structure.element.Matrix):
2003
2003
sage: print( matrix( ZZ, 2, 4) . str(
2004
2004
.... : unicode=True,
2005
2005
.... : top_border='abcd', bottom_border=range( 4) , left_border='uv'))
2006
- a b c d
2007
- u⎛0 0 0 0⎞
2008
- v⎝0 0 0 0⎠
2009
- 0 1 2 3
2006
+ a b c d
2007
+ u⎛0 0 0 0⎞
2008
+ v⎝0 0 0 0⎠
2009
+ 0 1 2 3
2010
2010
sage: print( matrix( ZZ, 2, 0) . str(
2011
2011
.... : top_border='', left_border='uv', right_border=['*', '' ]))
2012
2012
[]
You can’t perform that action at this time.
0 commit comments