Skip to content

Commit

Permalink
Update AbstractSimplicialComplexes.m2
Browse files Browse the repository at this point in the history
fixed the "codespell" issue again.
  • Loading branch information
n-m-g authored Oct 29, 2024
1 parent 9caa816 commit 9be2c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions M2/Macaulay2/packages/AbstractSimplicialComplexes.m2
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ randomSubSimplicialComplex(AbstractSimplicialComplex) := AbstractSimplicialCompl

-- ambient simplicial complex

ambientAbstractSimplicialComplexSize = method() -- return the size of the underyling ambient simplex
ambientAbstractSimplicialComplexSize = method() -- return the size of the underlying ambient simplex

ambientAbstractSimplicialComplexSize(AbstractSimplicialComplex) := (K) -> (
max flatten(K_0)
Expand Down Expand Up @@ -746,7 +746,7 @@ doc ///
Description
Text
This method returns the reduced homological chain complex (i.e., there is a nonzero term in
homological degree -1 that corresponds to the empty face) that is asociated
homological degree -1 that corresponds to the empty face) that is associated
to an abstract simplicial complex. The chain complex is defined over the integers.
Example
K = abstractSimplicialComplex({{1,2,3},{2,4,9},{1,2,3,5,7,8},{3,4}})
Expand All @@ -762,7 +762,7 @@ doc ///
Description
Text
This method returns the (non-reduced) homological chain complex (i.e., there is no nonzero term in
homological degree -1 that corresponds to the empty face) that is asociated
homological degree -1 that corresponds to the empty face) that is associated
to an abstract simplicial complex. The chain complex is defined over the integers.
Example
K = abstractSimplicialComplex({{1,2,3},{1,4,5},{2,4,5,7}})
Expand Down

0 comments on commit 9be2c9d

Please sign in to comment.