These properties and pseudo-targets are known to polymake
when the default set of rules poly.rules is used.
If the polymake script is called, it assumes by default
that the file is an application polytope file. So, if you
want your file be treated as a topaz file, call the
polymake script followed by -A topaz. For any
further use of that file, polymake knows that
it is a topaz file and you do not need to specify it any longer.
Have a look at the
tutorial for a first few steps
in topaz.
Basic sectionsThe following sections describe the basic properties of a simplicial complex. |
|
| array of sets | Inclusion maximal faces of the (abstract) simplicial complex, encoded as their ordered set of vertices. The vertices must be numbered 0..n-1. |
| cardinal | Number of FACETS |
| cardinal | Maximal dimension of the FACETS, where the dimension of a facet is defined as the number of its vertices less one. |
| boolean | A simplicial complex is pure if all its facets have the same dimension. |
| cardinal | Number of vertices |
| array of labels | Labels of the vertices. |
| graph | The graph is defined by the subcomplex consisting of all 1-faces. |
| graph | The graph of facet neighborhood. Two facets are neighbors if they share a d-1-dimensional face. |
| face lattice | The face lattice of the simplical complex organized as a directed graph. Each node corresponds to some face of the simplical complex. It is represented as the list of vertices comprising the face. The outgoing arcs point to the containing faces of the next dimension. |
| boolean | Co-dimension -1 faces of a PSEUDO_MANIFOLD which are contained in one facet only. |
Combinatorics |
|
| array of sets | Inclusion minimal non-faces (vertex subsets which are not faces of the simplicial complex). |
| cardinal | Number of MINIMAL_NON_FACES |
| vector of cardinals | fk is the number of k-faces, for k = -1,..,d, where d is the dimension. |
| matrix of cardinals | fik is the number of incident pairs of i-faces and k-faces; the main diagonal contains the F_VECTOR. |
| array of sets | All faces of co-dimension -2 that are contained in an odd number of faces of co-dimension -1. |
| cardinal | Node connectivity of the GRAPH, that is, the minimal number of nodes to be removed from the graph such that the result is disconnected. |
| cardinal | Node connectivity of the DUAL_GRAPH. Dual to CONNECTIVITY |
| powerset | Orbit decomposition of the group of projectivities acting on the set of vertices of facet 0. |
| array of cardinal | For each vertex the corresponding vertex of facet 0 with respect to the action of the group of projectivities. |
TopologyThe following properties are topological invariant to different triangulations of the same topological space. |
|
| cardinal | Reduced Euler characteristic. Alternating sum of the F_VECTOR. |
| array of tuple(list of tuple(cardinal , cardinal) , cardinal) |
Reduced simplicial homology groups H0,...,Hd (integer coefficients), listed in increasing dimension
order.
Each group G is encoded as a sequence ({ (t1 m1) ... (tn mn) } f) of non-negative integers,
with t1 > t2 > ... > tn > 1, plus an extra non-negative integer f.
The group G is isomorphic to (Z/t1)m_1 × ... × (Z/tn)m_n × Zf,
where Z0 is the trivial group.
|
| array of tuple(list of tuple(cardinal , cardinal) , cardinal) | Reduced cohomology groups, listed in increasing co-dimension order. Encoding similar to HOMOLOGY. |
| array of tuple(sparse matrix of integer , array of sets) |
Representatives of cycle groups, listed in increasing dimension order.
The first component in each dimension is a matrix of integer coefficients,
the second component is a vector of faces. To obtain the chains, one must multiply (symbolically)
both components.
|
| array of tuple(sparse matrix of integer , array of sets) |
Representatives of co-cycle groups, listed in increasing co-dimension order.
Encoding similar to CYCLES.
|
| tuple(cardinal , cardinal , cardinal) | Parity and signature of the intersection form of a closed oriented 4-manifold. |
| array of powersets | Mod 2 cycle representation of Stiefel-Whitney classes. Each cycle is represented as a set of simplices. |
| boolean | A PURE simplicial complex with the property that each ridge is contained in either one or two facets. |
| boolean | Compact simplicial manifold with boundary. |
| boolean | PURE simplicial complex with the property that each ridge is contained in exactly two facets. |
| boolean | A PSEUDO_MANIFOLD with top level homology isomorphic to Z. |
| boolean | Topological space homeomorphic to either a ball or a sphere. |
| boolean | Topological space homeomorphic to a sphere. |
| boolean | Topological space homeomorphic to a ball. |
| boolean | A simplicial complex is connected if its GRAPH is a connected graph. |
| boolean | A simplicial complex is dually connected if its DUAL_GRAPH is a connected graph. |
| array of sets | The connected components of the GRAPH, encoded by their node sets. |
| array of sets | The connected components of the DUAL_GRAPH, encoded by their node sets. |
| boolean | A CONNECTED MANIFOLD of dimension 2. |
| boolean | The vertex star of each vertex is DUAL_CONNECTED. |
| tuple(list , list) | A finite representation of the fundamental group. You may use the
fundamental2gap client to produce a GAP file.
|
| pseudo | Use the Heckenbach's homology program to compute the homology groups instead of the built-in client t_homology. |
Visualization |
|
| matrix | Coordinates for the vertices of the simplicial complex, such that the complex is embedded without crossings in some Re. Vector "x1 .. xe" represents a point in Euclidean e-space . |
| cardinal | Dimension e of the space the GEOMETRIC_REALIZATION of the complex is embedded in. |
| word | Name of a package implementing the graph visualization interface. |
| pseudo | Uses the coordinates of GEOMETRIC_REALIZATION, if they exist and are at most three dimensional, to visualize the graph. Otherwise, the spring embedder is used. |
| pseudo | Uses the coordinates of GEOMETRIC_REALIZATION, if they are at most three dimensional, to visualize the graph and all faces with dimension smaller three. All faces of one facet build a geometry in the jvx-file, so you may use Method -> Effect -> Explode Group of Geometries in the javaview menu. If G_DIM > 3, the spring embedder is used to produce coordinates for the visualization. |
| pseudo | Uses the spring embedder to visualize the graph. |
| pseudo | Uses the spring embedder to visualize the dual graph. |
| pseudo | Uses the coordinates of the GEOMETRIC_REALIZATION if possible or the spring embedder otherwise to visualize the facets and the subcomplex specified by the section SUBCOMPLEX. |
| array of sets | The subcomplex to be visualized by VISUAL_SUBCOMPLEX. |
| pseudo | Runs javaview program - default tool for the visualization. |