Ortho is a Greek prefix meaning right.
Definition
For 2 vectors
When their inner product is 0. Angle between the vectors are 90∘.
For a set of vectors
When all pairs of vectors are orthogonal.
An orthogonal set is automatically linearly-independent.
Orthonormal
When 2 vectors or all pairs of vectors of a set are:
- orthogonal and
- norm of all vectors is 1
Gram–Schmidt Orthogonalization
A method to convert a linearly independent set into a orthogonal set.
Suppose {x1,…,xn} is linearly independent.
yk=xk−j<k∑∣yj∣2⟨xk,yj⟩yj.
For ⟨p,q⟩=∫−11p(x)q(x)dx, its orthogonal set is named Legendre polynomials of the first kind.
{pn(x)}={1,x,21(3x2−1),…}
n starts from 0. Additionally pn(x) also satisfies:
(1−x2)y′′−2xy′+x(x+1)y=0
For ⟨p,q⟩=∫0∞e−xp(x)q(x)dx, its orthogonal set is named Leguerre polynomials of the first kind.
{Ln(x)}={1,1−x,21(x2−4x+2)}
n starts from 0. Additionally Ln(x) satisfies:
xy′′−(1−x)y′+xy=0