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 complete $(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)]. By default, there is a chance that the output may have fewer than $m$ faces. To avoid this, set the Verify option to true.
|
|
|
The object randomAbstractSimplicialComplex is a method function with options.
The source of this document is in AbstractSimplicialComplexes.m2:687:0.