#4492: block_matrix reacts inconsistently with 0
------------------------------+---------------------------------------------
Reporter: jbmohler | Owner: was
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.3.2
Component: linear algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by wjp):
* status: needs_review => needs_work
Comment:
This breaks the following example:
sage: B = Matrix(ZZ,3,2,[1,2,3,4,5,6])
sage: block_matrix([0,1,B,1])
The problem is that it turns the 0 at the top into a 2x2 zero matrix while
it should be a 3x2 zero matrix, but that can only be deduced after
processing the ones further on.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4492#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.