Orthogonality and orthonormality
Dependencies:
Let $S = \{v_1, v_2, \ldots, v_n\}$ be a set of vectors from an inner product space $V$.
$S$ is orthogonal iff $(\forall i, v_i \neq 0) \wedge (\forall i \neq j, \langle v_i, v_j \rangle = 0)$.
$S$ is orthonormal iff $S$ is orthogonal and $\forall i, \|v_i\|^2 = 1$.
Dependency for:
- Standard normal random vector on vector space
- Symmetric operator on V has a basis of orthonormal eigenvectors
- Coordinatization over orthogonal vectors
- A set of mutually orthogonal vectors is linearly independent
- Gram-Schmidt Process
- Orthonormal basis change matrix
- Orthogonal matrix
Info:
- Depth: 5
- Number of transitive dependencies: 5