orthonormals
Orthonormals are a set of vectors that are both orthogonal (perpendicular) and normalized (unit length) to each other. In a Euclidean space, orthonormal vectors form a basis for the space, meaning any vector in the space can be expressed as a linear combination of these basis vectors. This property makes orthonormal vectors particularly useful in various mathematical and scientific applications, such as signal processing, quantum mechanics, and computer graphics.
In a two-dimensional space, orthonormal vectors can be represented as i and j, where i = (1, 0)
Orthonormal vectors have several useful properties. First, the dot product of any two distinct orthonormal vectors
Orthonormal vectors can be generated from any set of linearly independent vectors using the Gram-Schmidt process.