ksimplex
A ksimplex, commonly written as a k-simplex, is a geometric object that generalizes triangles and tetrahedra to k dimensions. It is defined as the convex hull of k+1 affinely independent points in a Euclidean space. Equivalently, a k-simplex can be described as the set of all convex combinations x = sum_{i=0}^k λ_i v_i where the vertices v_i are distinct, λ_i ≥ 0 for all i, and sum of the λ_i equals 1.
A standard representation is the standard k-simplex Δ^k in R^{k+1}, given by Δ^k = { (x_0, ..., x_k) ∈ R^{k+1}
Common special cases include 0-simplex (a point), 1-simplex (a line segment), 2-simplex (a triangle), and 3-simplex
Applications of ksimplices appear in various fields. In finite element methods, meshes are often built from
Notes: affinely independent vertices ensure a nondegenerate k-simplex. The concept extends across dimensions and is central