Line 3: Line 3:
 
A simplicial complex is a special type of graph wherein the notion of a vertex is replaced with a new higher dimensional analog, called a simplex. A simplex is, in simplest terms, an n-dimensional collection of vertices enclosed by planes or equivalent.<br>  
 
A simplicial complex is a special type of graph wherein the notion of a vertex is replaced with a new higher dimensional analog, called a simplex. A simplex is, in simplest terms, an n-dimensional collection of vertices enclosed by planes or equivalent.<br>  
  
 
+
<br>
  
 
----
 
----
  
 +
<br>
  
 +
'''<u>Definitions:</u>'''
  
'''<u>Definitions:</u>'''
+
Graph:<br>
 +
 
 +
''&nbsp;&nbsp;&nbsp;&nbsp; "A graph G = (V, E) consists of V, a nonempty set of vertices (or nodes) and E, a set of edges. Each edge has either one or two vertices associated with it, called its endpoints. An edge is said to connect its endpoints."'''''[[1]]<br> '''
 +
<br>
 +
 
 +
Simplex:<br>
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp; ''"A simplex...is the generalization of a tetrahedral region of space to n dimensions."''[[2]]<br>
  
Graph:
 
<pre>''A graph G = (V, E) consists of V, a nonempty set of vertices (or nodes) and E, a set of edges. Each edge has either one or two vertices associated with it, called its endpoints. An edge is said to connect its endpoints.''[[1]]</pre>
 
 
<br> A graph is a thing made of point, some of which are linked by line segments. Generalize the idea to points that can also be grouped into triangles, or tetrahedra, etc.  
 
<br> A graph is a thing made of point, some of which are linked by line segments. Generalize the idea to points that can also be grouped into triangles, or tetrahedra, etc.  
  
Line 23: Line 30:
 
<br>  
 
<br>  
  
[[1]] Discrete Mathematics and Its Applications, Kenneth H. Rosen. [[2014 Spring MA 375 Walther|Back to MA375 Spring 2014]]  
+
[[1]] Discrete Mathematics and Its Applications, Kenneth H. Rosen.<br>
 +
 
 +
[[2]] http://mathworld.wolfram.com/Simplex.html<br>
 +
 
 +
[[2014 Spring MA 375 Walther|Back to MA375 Spring 2014]]  
  
 
[[Category:MA375Spring2014Walther]] [[Category:Math]] [[Category:Project]]
 
[[Category:MA375Spring2014Walther]] [[Category:Math]] [[Category:Project]]

Revision as of 10:24, 27 April 2014

Introduction:

A simplicial complex is a special type of graph wherein the notion of a vertex is replaced with a new higher dimensional analog, called a simplex. A simplex is, in simplest terms, an n-dimensional collection of vertices enclosed by planes or equivalent.




Definitions:

Graph:

     "A graph G = (V, E) consists of V, a nonempty set of vertices (or nodes) and E, a set of edges. Each edge has either one or two vertices associated with it, called its endpoints. An edge is said to connect its endpoints."1

Simplex:

     "A simplex...is the generalization of a tetrahedral region of space to n dimensions."2


A graph is a thing made of point, some of which are linked by line segments. Generalize the idea to points that can also be grouped into triangles, or tetrahedra, etc.

For graphs we know Euler's formula E+2=V+F. Give this a geometric meaning.

Discuss (maybe in the 2-dimensional case) what might replace this formula compare a "triangulated" sphere to a "triangulated" doughnut.



1 Discrete Mathematics and Its Applications, Kenneth H. Rosen.

2 http://mathworld.wolfram.com/Simplex.html

Back to MA375 Spring 2014

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett