#6214: Polyhedra compute incorrect dimension when defined through inequalities
------------------------+---------------------------------------------------
Reporter: mhampton | Owner: mhampton
Type: defect | Status: new
Priority: major | Milestone:
Component: geometry | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by mhampton):
* upstream: => N/A
Comment:
Unfortunately this is still incorrect even after #7109.
{{{
sage: pdata=[[0, 1, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 1, 0,
0,0],[0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0,
1],[0,0, 1, -1, -1, 1, 0], [0, 0, -1, 1, -1, 1, 0], [-31, -1, -1, -1, -1,
-1, -1],[31, 1, 1, 1, 1, 1, 1]]
sage: p = Polyhedron(ieqs = DATA)
sage: p.dim()
6
}}}
But its really dimension 5. If a second polyhedron is compute from the
vertices of the one above, it will have the correct dimension.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6214#comment:3>
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.