alg_top.spad line 2909 [edit on github]
Similar to Simplicial Complex but faces (edges, triangles, etc.) are indexed by 'face maps' into the next lower face map until we get down to the vertices. for more documentation see: http://www.euclideanspace.com/prog/scratchpad/mycode/topology/delta/ Date Created: Feb 2016 Basic Operations: Related packages: Related categories: Related Domains: FiniteSimplicialComplex is a simpler and more compact representation which can be used if edges, triangles, etc. don't
need to be indexed. Also See: AMS Classifications:
returns a matrix sequence representing the face maps in linear algebra form
returns a matrix sequence representing the face maps in linear algebra form
calculate cohomology using SmithNormalForm
coerce DeltaComplex
to FiniteSimplicialComplex
construct from FiniteCubicalComplex. This builds indexes of edges, squares and so on.
construct from FiniteSimplicialComplex. This builds indexes of edges, triangles and so on.
constructor where the simplices are supplied
returns an individual face map specified by n
. Where 'n'
is the dimension required, so n=1
returns one dimensional faces (edges), n=2
returns two dimensional faces (triamgles), and so on. used by fundamentalGroup.
Generates fundamental group from this simplicial complex.
Generates fundamental group from this simplicial complex.
calculate homology using SmithNormalForm
a simplicial complex with one link
generates graph AKA 1-skeleton
a simplicial complex with one triangle