boundaryMap(i, Delta)
Up to sign, the boundary maps form the differential in the chain complex associated to an abstract simplicial complex. The columns of the output matrix are indexed by the $i$-faces of the abstract simplicial complex $\Delta$ and the rows are indexed by the $(i-1)$-faces. The order of these indices is obtained from the faces method which is implicitly determined by the monomial order on the underlying ring. The matrix is defined over the coefficient ring of $\Delta$ and its entries in this matrix are $-1$, $0$,or $1$ depending on whether the row index is an oriented face of the column index. The orientation of $\Delta$ is induced by the ordering of the variables in its underlying ring.
Working over the integers, we have the boundary maps for the standard $3$-simplex.
|
|
|
|
|
|
|
|
|
The boundary maps may depend on the coefficient ring.
|
|
|
|
|
|
When the optional argument Labels is given a list of monomials, corresponding to the vertices of $\Delta$, this method returns the differential in a chain complex of free modules. Each face, or basis vector, is labelled by the least common multiple of the labels on its vertices. In other words, the chain complex associated to a labelled simplicial complex is the homogenization of the canonical chain complex associated to $\Delta$; see Chapter 4 in Miller-Sturmfels' Combinatorial Commutative Algebra or Section 55 in Irena Peeva's Graded Syzygies.
Labelling the vertices in the standard $3$-simplex by its unique monomial generators, we obtain the differential in the Taylor resolution of a monomial ideal.
|
|
|
|
|
|
|
|
|