detIn
DetIn is a term used in linear algebra to denote the determinant of the Gram matrix associated with a set of vectors in an inner product space. If v1, v2, ..., vn are vectors in a real or complex inner product space V with inner product ⟨·,⟩, the Gram matrix G is defined by Gij = ⟨Vi, Vj⟩. The quantity detIn(v1, ..., vn) is then defined as det(G). This value equals the squared n-dimensional volume of the parallelepiped spanned by the vectors.
Formally, detIn is the determinant of the matrix of inner products among the chosen vectors, sometimes also
Example: In R^2, take v1 = (1, 0) and v2 = (1, 1). The Gram matrix is G = [[1,
DetIn is not universally standardized; in many discussions this quantity is referred to as the Gram determinant.