45. Orthogonal Matrix

A square matrix 𝑄 whose transpose is its inverse:

𝑄𝑇𝑄=𝑄𝑄𝑇=𝐼

Equivalently, the columns (and rows) of 𝑄 form an orthonormal set — each is a unit vector and they are mutually orthogonal:

𝑞𝑖𝑞𝑗={1if𝑖=𝑗0if𝑖𝑗

45.1. Geometric meaning

An orthogonal matrix represents a rigid linear transformation of 𝑛: it preserves lengths and angles.

For any vectors 𝑢,𝑣𝑛:

45.2. Properties

Example

2×2 rotation matrix by angle 𝜃 — see Rotation Matrix:

𝑅(𝜃)=[cos𝜃sin𝜃sin𝜃cos𝜃]

𝑅(𝜃)𝑇𝑅(𝜃)=𝐼, det=cos2𝜃+sin2𝜃=1.

45.3. Where they show up