#5359: [with patch, needs review] Block matrix viewing is broken
----------------------+-----------------------------------------------------
 Reporter:  kcrisman  |       Owner:  cwitty    
     Type:  defect    |      Status:  new       
 Priority:  minor     |   Milestone:  sage-3.4.1
Component:  misc      |    Keywords:            
----------------------+-----------------------------------------------------

Comment(by jhpalmieri):

 Replying to [comment:2 kcrisman]:

 > There ''is'' an example of a pseudo-block matrix in his examples
 section,
 > [http://www.math.union.edu/~dpvc/jsMath/examples/TeXbook18x.html]
 Exercise 18.42.  I
 > don't know if that would be a satisfactory solution, though.

 I don't know if it is satisfactory, either, but I couldn't come up with
 anything better, so I've implemented this for the notebook version.  This
 ignores repeated subdivisions, because I couldn't come up with a good way
 to display them: in the notebook, if you do
 {{{
 B = matrix(2,2)
 B.subdivide([1], [])
 C = matrix(2,2)
 C.subdivide([1,1], [])
 }}}
 then B and C will be typeset identically.  The command-line versions look
 different, though.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5359#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to