Loading...

Orthogonality

Two vectors are orthogonal when their dot product is zero (90° angle).

When to use: Stable initialization, PCA, attention head specialization, decorrelating features.

Example: [1, 0] · [0, 1] = 0 - orthogonal. Standard basis of R^n is mutually orthonormal.

More Linear Algebra Glossary terms