LINEAR-ALGEBRA ยท Unit 13 ยท Video 3 ยท Interactive Practice
| Formula | Name | When to Use |
|---|---|---|
| Normal Equations | Transform unsolvable into solvable system | |
| Least-Squares Solution | When has linearly independent columns | |
| is is | Dimension Rule | Rectangular system โ Square system |
| invertible columns of independent | Invertibility Test | Determines if is unique |
With drawn as a line, the shortest residual is the one that meets at a right angle.
๐ก When already lies in , this shortest residual is โ then has an exact solution and solves it outright.
As the columns of slide into dependence at , falls to and loses its inverse.
๐ก is invertible exactly when the columns of are independent โ so the uniqueness of stands or falls with that independence.
The normal-equations solution is the single line that makes the total squared residual as small as possible.
๐ก GPS works this way: your phone fits its position to more satellite equations than the unknowns require, letting the normal equations average out each signal's noise.
Question 1 ยท Dimensions of the Normal Equations
If is a matrix (7 equations, 3 unknowns), what size is ?
โ Correct! . The normal equations always give an square system!
โ Not quite. If is , then is . Multiply the inner dimensions: .
Solution:
is , so is . Therefore:
Rule: If is , then is always โ square, matching the number of unknowns, not the number of equations.
Question 2 ยท Symmetry of
True or False: The matrix is always symmetric, regardless of the shape or entries of .
โ Correct! . Always symmetric, for any matrix !
โ Not quite. Try computing step by step using .
Solution: True.
Take the transpose of :
This uses two rules:
The transpose of equals itself โ that's the definition of symmetric! This holds for any matrix of any shape.
In the video's example: โ both off-diagonals are 8. โ
Question 3 ยท Computing det(AแตA)
Given , what is ?
(Hint: first compute , then use .)
โ Correct! . Invertible, unique !
โ Not quite. First find , then compute .
Solution:
Step 1 โ Compute :
Step 2 โ Determinant:
Since , is invertible โ unique exists!
Why the wrong answers are tempting:
Question 4 ยท When Does Uniqueness Fail?
If , what happens when you form the normal equations ?
โ Correct! Dependent columns โ โ singular โ no unique .
โ Not quite. Notice column 2 is column 1 โ the columns are linearly dependent. What does the key theorem say about dependent columns and ?
Solution:
Column 2 of is = 3 ร Column 1. The columns are linearly dependent!
is singular (not invertible). The normal equations still have solutions, but they are not unique.
This confirms the key theorem from the video: is invertible if and only if the columns of are linearly independent.
Why the other options are wrong:
Solved: 0 / 4