randomAbstractSimplicialComplex(n)
randomAbstractSimplicialComplex(n,r)
randomAbstractSimplicialComplex(n,m,d)
Create a random abstract simplicial complex with vertices supported on a subset of $[n] = \{1,\dots ,n\}$.
|
Create a random simplicial complex on $[n]$ with dimension at most equal to r.
|
Create the random complex $Y_d(n,m)$ which has vertex set $[n]$ and $(d − 1)$-skeleton, and has $m$ $d$-dimensional faces, chosen at random from all $\binom{\binom{n}{d+1}{m}$ possibilities. Such random simplicial complexes appear in lots of different contexts including in the article Cohen-Lenstra heuristics for torsion in homology of random complexes by M. Kahle, F. H. Lutz, A. Newman, and K. Parsons [Exp. Math. vol. 29, no. 3 (2020)]. The output of the method may produce, in some cases, complexes which have fewer than $m$ faces of dimension $d$. Further, not all $d-1$ skeletons will be complete.
|
The object randomAbstractSimplicialComplex is a method function.
The source of this document is in AbstractSimplicialComplexes.m2:685:0.