LINEAR-ALGEBRA Β· Unit 11 Β· Video 1 Β· Interactive Practice
| Formula | Name | Description |
|---|---|---|
| Full matrix space | All real matrices | |
| Symmetric matrices | ; free entries on & above diagonal | |
| Upper triangular | Zeros forced below diagonal | |
| Dimension formula | For any two subspaces |
Each constraint on a matrix's entries removes a free choice; count the free entries and you have the dimension.
π‘ Challenge: Symmetric and Upper Triangular share the same dimension β which subspace is their intersection ?
Every square matrix splits uniquely into a symmetric part plus a strictly upper-triangular part .
π‘ Challenge: Edit 's entries until becomes the zero matrix β what kind of matrix must be?
Like inclusionβexclusion for sets, adding two subspaces' dimensions double-counts their overlap β the formula rebalances it.
Question 1
What is the dimension of the vector space of all symmetric matrices?
Hint: Count the entries you can freely choose β those on and above the main diagonal.
β Correct! There are 4 diagonal + 6 above-diagonal = 10 free entries.
β Not quite. Only count entries on and above the diagonal β below-diagonal entries are forced copies due to symmetry.
Solution:
For a symmetric matrix, the free entries are on and above the diagonal:
Question 2
True or False: The union of two subspaces is always a subspace.
β Correct! The union fails closure under addition. The sum of subspaces is the right construction.
β Not quite. Consider adding a symmetric matrix to an upper triangular one β must the result lie in the union?
Answer: False
The union of two subspaces is almost never a subspace (unless one contains the other).
Counterexample from the video: Take (symmetric) and (upper triangular):
Both are in . But their sum:
is neither symmetric (entry entry ) nor upper triangular (entry ).
So β the union is not closed under addition!
The correct construction is the sum of subspaces: , which is always a subspace.
Question 3
Suppose and are subspaces of a vector space with , , and .
What is ?
β Correct! . The overlap gets subtracted, not double-counted.
β Not quite.
Solution:
Apply the dimension formula:
The 2-dimensional intersection was counted once in and once in , so we subtract it β exactly like inclusion-exclusion.
Question 4
Which of the following is a subspace of the vector space of all matrices?
Remember: a subspace must contain the zero matrix and be closed under addition and scalar multiplication.
β Correct! Diagonal matrices form a 3-dimensional subspace β closed under addition and scalar multiplication, containing the zero matrix.
β Not quite.
Answer: All 3Γ3 diagonal matrices
Check each option against the subspace axioms:
det = 0: NOT a subspace. Take and : both have det , but has det . Not closed under addition.
β Diagonal matrices: IS a subspace.
All entries positive: NOT a subspace. The zero matrix has no positive entries (excluded). Also, has all negative entries.
Invertible matrices: NOT a subspace. The zero matrix is not invertible (excluded). Also, is not invertible.
Solved: 0 / 4