#10445: A Polyhedron should have a "is_simplicial"
---------------------------+------------------------------------------------
Reporter: jplabbe | Owner: mhampton
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.6.1
Component: geometry | Keywords: simplicial, polytope
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Presently, one can not ask if a polytope is simplicial (cf.
http://en.wikipedia.org/wiki/Simplicial_polytope for the definition).
I would like to have something like:
{{{
sage: p = polytopes.n_cube(3)
sage: p.is_simplicial() <-------------
False <-------------------------------
sage: q = polytopes.n_simplex(5)
sage: q.is_simplicial() <-------------
True <--------------------------------
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10445>
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.