Overview
In geometry, a simplex is the generalization of a triangle to arbitrary dimension. An n-simplex is the convex hull of n+1 affinely independent points: that is, n+1 points that do not lie in any hyperplane of lower dimension. Simplexes (also spelled simpleces or simplices) provide the most basic building blocks for polyhedral and topological constructions. Special cases include the 0-simplex (a point), the 1-simplex (a line segment), the 2-simplex (a triangle) and the 3-simplex (a tetrahedron).
Characteristics and combinatorics
Combinatorially, an n-simplex has n+1 vertices and a well defined collection of faces: for each k with 0 ≤ k ≤ n, the number of k-dimensional faces is the binomial coefficient C(n+1, k+1). Thus the number of edges is C(n+1,2), the number of facets (codimension‑1 faces) is n+1, and the simplex is self-dual as a polytope. Each point inside an n-simplex can be uniquely expressed by barycentric coordinates relative to its vertices, which are nonnegative weights summing to 1.
Algebraic and metric descriptions
There are several convenient coordinate models. The standard n-simplex is often taken as the set of points (x0, x1, ..., xn) in R^{n+1} with all xi ≥ 0 and sum xi = 1. Equivalently, any n-simplex may be described as the image of this standard simplex under an affine map. The volume (hypervolume) of a simplex can be computed from the determinant of edge vectors or by the Cayley–Menger determinant, which expresses squared volume in terms of squared edge lengths.
Regular simplex and constructions
A regular simplex is one in which all edges have equal length; it is a regular polytope and can be constructed by taking a regular (n−1)-simplex and adjoining a new vertex equidistant from all existing vertices. Regular simplices are unique up to isometry for a given edge length. The 4-dimensional regular simplex is sometimes called the pentachoron or 5-cell (pentachoron), and a regular simplex remains a simplex under duality. The process of adding a single vertex joined to every vertex of an existing simplex is a standard way to increase dimension by one and create an (n)-simplex from an (n−1)-simplex by connecting a new vertex to all existing vertices.
Uses, examples and related notions
Simplexes are central in algebraic topology (as the cells of simplicial complexes), computational geometry (triangulations and mesh generation), and numerical methods such as the finite element method, where simplicial elements approximate domains. The term also appears in optimization: the simplex algorithm operates on vertices of convex polyhedra to solve linear programs. In topology and combinatorics, simplicial complexes built from simplices encode connectivity and incidence information in a combinatorial way.
Notable facts and distinctions
- An n-simplex has exactly n+1 facets and is the simplest n-dimensional convex polytope.
- Any set of n+1 affinely independent points defines an n-simplex; conversely, the vertices of an n-simplex are affinely independent.
- Volume formulas can be obtained from determinants; the Cayley–Menger determinant provides a general expression in terms of edge lengths.
- Regular simplices are regular polytopes in all dimensions and are often used as reference shapes in geometric constructions (regular polytope).
For basic intuition, think of the 0-simplex as a point, the 1-simplex as a segment, the 2-simplex as a triangle and the 3-simplex as the familiar tetrahedron. Higher-dimensional simplices extend these properties in a straightforward combinatorial and geometric way, and they remain a compact, widely applicable concept across mathematics and its applications.

