ortonormalis
Ortonormalis is a term used in linear algebra to describe a set of vectors that are pairwise orthogonal and of unit length, commonly referred to as an orthonormal set. When such a set spans a subspace, it is called an orthonormal basis for that subspace; if it spans the entire space, it is an orthonormal basis for the space itself.
In an inner product space V over the real or complex field, with inner product ⟨·,·⟩, a set
The Gram matrix G, with entries Gij = ⟨vi, vj⟩, equals the identity matrix for an orthonormal set.
Gram-Schmidt orthonormalization is a process to convert any linearly independent set into an orthonormal set spanning
Examples include the standard basis in R^3, e1 = (1,0,0), e2 = (0,1,0), e3 = (0,0,1), which is orthonormal.
Applications span numerical linear algebra, including QR decomposition, SVD, PCA, and quantum mechanics, where orthonormal bases