LINEAR-ALGEBRA · Unit 16 · Video 1 · Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Orthogonality | Columns are perpendicular | |
| Normalization | Each column has unit length | |
| Orthogonal matrix (square ) | Transpose is the inverse | |
| 2×2 rotation matrix | Rotates vectors by angle |
The rotation columns and stay orthonormal for every angle .
Multiplying by an orthogonal rotates without changing its length: .
💡 The length cannot change because — the identity does all the work.
rotates by and rotates by , so .
💡 Rotating then is doing nothing, so : the transpose is the inverse — no elimination, cofactors, or determinant needed.
Question 1
What conditions must a set of vectors satisfy to be called orthonormal?
✅ Correct! Orthonormal = orthogonal (perpendicular, dot product 0) + normalized (unit length).
❌ Not quite. Remember: 'orthonormal' combines two separate requirements — perpendicularity and unit length.
Solution:
Orthonormal = Orthogonal + Normalized:
Both conditions are required. Orthogonal alone (just perpendicular) isn't sufficient — the vectors must also have length 1. Note: while orthonormal vectors are always linearly independent, that's a consequence, not the definition.
Question 2
A matrix has size (3 rows, 2 columns) with orthonormal columns. Which of the following is true?
✅ Correct! The columns being orthonormal gives QᵀQ = I₂, but 'orthogonal matrix' requires Q to be square.
❌ Not quite. Think about the dimensions: Q is 3×2, so what size is QᵀQ? And can a non-square matrix be called 'orthogonal'?
Solution:
For a matrix with orthonormal columns:
From the video: the example satisfies but . Without squareness, is only a left inverse.
Question 3
The Hadamard matrix is .
What is the dot product of the two columns of ?
✅ Correct! The +1 and -1 entries cause the terms to cancel: 1/2 - 1/2 = 0. The columns are orthogonal.
❌ Not quite. Don't forget the 1/√2 scaling factor on each column when computing the dot product.
Solution:
Column 1 of : , Column 2 of :
Dot product:
The dot product is 0, confirming the columns are orthogonal. Combined with the fact that each column has unit length (), the columns are orthonormal, so is an orthogonal matrix.
Question 4
True or False: Every orthogonal matrix has determinant equal to 1.
✅ Correct! The determinant of an orthogonal matrix is ±1, not always +1. Reflection matrices are orthogonal but have det = −1.
❌ Not quite. Consider the reflection matrix [[1,0],[0,-1]]. It's orthogonal — what is its determinant?
Solution: False
If is orthogonal, then , so:
The determinant can be +1 (pure rotations) or -1 (reflections).
For example, the reflection matrix satisfies (it's orthogonal), but .
Orthogonal matrices with are called special orthogonal (pure rotations). Those with include a reflection component.
Solved: 0 / 4