Re show method:
M.subdivide(1,3);
print M.get_subdivisions()
show(M)
I get
([1], [3])
as for the show method output, no subdivisions.
latex(M) yields
\left(\begin{array}{rrr|rrrrrrrrrrrrrrrrr}
1 & 1 & 0 & 0 & 1 & 1 & 1 & 0 & 0 &
0 & 0 & 0 & 1 & 0 & 1 & 0 & 1 & 0 &
0 & 0 \\
0 & 1 & 1 & 0 & 0 & 1 & 0 & 1 & 0 &
0 & 0 & 0 & 0 & 1 & 1 & 1 & 0 & 0 &
1 & 1
\end{array}\right)
Now, in my firefox browser, I see no subdivisions.
In latex, I see a vertical line after column 3,
but no horizontal line after row 1.
The print method yields bot dividing lines...
-gerhard
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---