orthonormalized
Orthonormalized refers to the process of converting a set of vectors into an orthonormal set within an inner product space, or to the result of that process. If {v1, ..., vk} spans a subspace and is linearly independent, the orthonormalized set {u1, ..., uk} satisfies ui · uj = 0 for i ≠ j and ||ui|| = 1, with span{ui} = span{vi}. If the original vectors are linearly dependent, the procedure may yield fewer vectors.
The standard method is Gram-Schmidt. Starting with v1, set u1 = v1 / ||v1||. For k ≥ 2, form
Properties and implications: An orthonormal basis simplifies projections and coordinate calculations, since coordinates are given by
Applications include numerical linear algebra, signal processing, computer graphics, and quantum mechanics. The term emphasizes producing