Show for any polygonal disk with V vertices, E edges, and F faces, the following relationship holds: V − E + F = 1 and explain, then, why V − E + F = 2 for any polygonal sphere.
These polyhedra are the Platonic solids: tetrahedron, icosahedron, octahedron, dodecahedron, and cube. Show that this list is indeed exhaustive. [Wiki]
Key Insight: pV = 2E = qF
, where p is the "number of edges meeting at each vertex" and q is the "number of edges of each face". ⇒ (2E / p) - E + (2E / q) = 2
.
Show that the only (connected, orientable) simplicial surface for which every vertex has regular valence is a torus (g = 1). [Slide Page 20]
TODO
Show that the mean valence approaches six as the number of vertices in a (connected, orientable) simplicial surface goes to infinity, and that the ratio of vertices to edges to triangles hence approaches V : E : F = 1 : 3 : 2.
TODO
Similar to the previous exercise, consider a quad mesh, i.e., a combinatorial surface made entirely out of four-sided quadrilaterials rather than three-sided triangles. Letting Q denote the number of quadrilaterals, give an expression for the ratio V : E : Q in the limit as the number of vertices approaches infinity
TODO
Letting V, E, F, and T be the number of vertices, edges, triangles, and tetrahedra in a manifold simplicial 3-complex, come up with a rough estimate for the ratios V : E : F : T as the number of elements goes to infinity.
TODO
For the subset S indicated below in dark blue (consisting of three vertices, three edges, and two triangles), give the star St(S), the closure Cl(S), and the link Lk(S), either by drawing pictures or providing a list of simplices in each set. [Trivial after Coding Assignment 0]
For the subset K' indicated above in dark blue (consisting of 12 vertices, 23 edges, and 12 triangles), give the boundary bd(K') and the interior int(K'), either by drawing pictures or providing a list of simplices in each set. [Trivial after Coding Assignment 0]
For the combinatorial surface pictured below, give the twin and next permutations η and ρ (resp.) by filling out the following tables:
h | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|---|
η(h) | 4 | 2 | 1 | 5 | 0 | 3 | 7 | 6 | 9 | 8 |
ρ(h) | 1 | 2 | 0 | 4 | 5 | 6 | 3 | 9 | 7 | 8 |
For the permutation ρ given below, describe the combinatorial surface it describes—either in words, or by drawing a picture. You should assume that η is determined as described in Section 2.5, i.e., the twin of an even halfedge h is h + 1; the twin of an odd halfedge h is h − 1.
h | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ρ(h) | 8 | 2 | 14 | 4 | 12 | 6 | 10 | 0 | 7 | 15 | 5 | 9 | 3 | 11 | 1 | 13 |
Give the adjacency matrices A0 and A1 for the simplicial disk depicted in the figure below.
A0 | A1 |
---|---|
1 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 |
1 0 0 1 1 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 |
Explain why every simplicial 1-manifold (possibly with boundary) cannot contain anything other than paths of edges and closed loops of edges.
TODO
Explain why the boundary of any simplicial surface (i.e., any simplicial 2-manifold) always has to be a collection of closed loops?
TODO
Explain why the boundary bd(K) of a simplicial manifold has no boundary. In other words, why does bd(bd(K)) = ∅?
TODO