abstractSimplicialComplex(l)
abstractSimplicialComplex(n)
abstractSimplicialComplex(n,r)
This method returns the AbstractSimplicialComplex that represents a given abstract simplicial complex. The input is either a given collection of generating faces or an integer. These faces need not be facets. Moreover, the elements of the faces need not be written in lexicographic order. When the input is an integer $n$, the output is the corresponding simplex on $[n]$. When the input is a pair of integers, $(n,r)$ the output is the simplicial complex on $[n]$ with complete $r$-skeleton.
|
|
|
The simplicial complex on $[n]$ with complete $r$-skeleton can be constructed as follows.
|
The object abstractSimplicialComplex is a method function.
The source of this document is in AbstractSimplicialComplexes.m2:903:0.