Changes between Initial Version and Version 1 of Ticket #16994, comment 8
- Timestamp:
- 09/23/14 13:09:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16994, comment 8
initial v1 5 5 Simplicial complex with vertex set () and facets {(0, 4), (0, 1, 2), (0, 1, 3)} 6 6 }}} 7 8 cf 9 {{{ 10 sage: SimplicialComplex([(0, 4), (0, 1, 2), (0, 1, 3)]) 11 Simplicial complex with vertex set (0, 1, 2, 3, 4) and facets {(0, 4), (0, 1, 2), (0, 1, 3)} 12 }}} 13 14 add vertices please... (e.g. take the union of facets)