On Apr 8, 1:28 pm, gerhard <[email protected]> wrote: > 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.
See <http://trac.sagemath.org/sage_trac/ticket/5359>. LaTeX viewing of subdivisions of matrices has been broken, but a fix will be in Sage 3.4.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 -~----------~----~----~----~------~----~------~--~---
