dim Delta
A face $F$ in an abstract simplicial complex $\Delta$ of cardinality $|F| = i + 1$ has dimension $i$. The dimension of $\Delta$ is the maximum of the dimensions of its faces or it is $-\infty$ if $\Delta$ is the void complex (which has no faces).
|
|
|
|
|
|
|
|
|
|
The abstract simplicial complex from Example 1.8 of Miller-Sturmfels' Combinatorial Commutative Algebra consists of a triangle (on vertices $a$, $b$, $c$), two edges (connecting $c$ to $d$ and $b$ to $d$), and an isolated vertex (namely $e$). It has six minimal nonfaces.
|
|
|
|
|
The irrelevant complex has the empty set as a facet whereas the void complex has no facets. The irrelevant complex has dimension $-1$ while the void complex has dimension $-\infty$.
|
|
|
|
|
To avoid repeating a computation, the package caches the result in the CacheTable of the abstract simplicial complex.
|
The source of this document is in SimplicialComplexes/Documentation.m2:645:0.