LINEAR-ALGEBRA ยท Unit 10 ยท Video 3 ยท Interactive Practice

Matrices Are Vectors Too

IKey Formulas

Concept Formula For n=3n = 3
All nร—nn \times n matrices MM dimโก=n2\dim = n^2 99
Upper triangular matrices dimโก=n(n+1)2\dim = \frac{n(n+1)}{2} 66
Symmetric matrices dimโก=n(n+1)2\dim = \frac{n(n+1)}{2} 66
Diagonal matrices dimโก=n\dim = n 33

Key relationship: Upper Triangular โˆฉ\cap Symmetric == Diagonal

IIVisualization 1 โ€” Where a Matrix Lives

Zero the below-diagonal entries and it's upper triangular; mirror them and it's symmetric; do both and it's diagonal.

M (3ร—3)

IIIVisualization 2 โ€” One Vector, Two Costumes

The diagonal matrix aE1+bE2+cE3aE_1 + bE_2 + cE_3 and the column vector (a,b,c)(a, b, c) carry the exact same three numbers.

aEโ‚ + bEโ‚‚ + cEโ‚ƒ (a matrix)

coordinate vector in Rยณ

๐Ÿ’ก Same three coordinates, different packaging: the diagonal 3ร—33 \times 3 matrices and R3\mathbb{R}^3 are both 33-dimensional and behave identically under ++ and scaling โ€” a vector space isomorphism.

IVVisualization 3 โ€” Free Entries Are the Dimension

A subspace's dimension is just its count of independently choosable entries โ€” watch each count scale with nn.

๐Ÿ’ก โ˜… = free entry, = fixed by symmetry, 0 = forced zero. Upper triangular and symmetric always share the dimension n(n+1)2\tfrac{n(n+1)}{2}, yet they are different subspaces.

VQuiz Questions

Question 1

What is the dimension of the vector space of all 4ร—44 \times 4 matrices?

โœ… Correct! A 4ร—4 matrix has 16 independent entries, so the dimension is 16.

โŒ Not quite. Count the total number of entries in a 4ร—4 grid โ€” each one is a free parameter.

Show solution

Solution:

The space of all nร—nn \times n matrices has dimension n2n^2, because each of the n2n^2 entries is an independent free parameter.

For n=4n = 4: dimโก=42=16\dim = 4^2 = \mathbf{16}.

A basis consists of the 16 matrices that each have a single 1 in one position and 0s everywhere else.

Question 2

True or False: For a set of matrices to form a vector space, it must be closed under matrix multiplication.

โœ… Correct! Only addition and scalar multiplication matter โ€” matrix multiplication is irrelevant to the vector space structure.

โŒ Not quite. Review which operations actually appear in the vector space axioms.

Show solution

Solution: False.

A vector space requires only:

  • Closure under addition
  • Closure under scalar multiplication
  • A zero element (additive identity) and additive inverses

Matrix multiplication plays no role in the vector space axioms. This is a key insight from the video: vector spaces are defined entirely through addition and scalar multiplication.

Question 3

A basis for the subspace of 3ร—33 \times 3 symmetric matrices contains how many elements?

โœ… Correct! Three diagonal plus three above-diagonal entries give 6 free parameters.

โŒ Not quite. In a symmetric matrix, below-diagonal entries mirror those above. Count only the truly independent entries.

Show solution

Solution:

A 3ร—33 \times 3 symmetric matrix satisfies aij=ajia_{ij} = a_{ji}, so entries below the diagonal are completely determined by entries above.

Free entries:

  • 3 diagonal entries: positions (1,1),(2,2),(3,3)(1,1), (2,2), (3,3)
  • 3 above-diagonal entries: positions (1,2),(1,3),(2,3)(1,2), (1,3), (2,3)

Total free entries =3+3=6=3(3+1)2= 3 + 3 = 6 = \frac{3(3+1)}{2}

The dimension is 6, so a basis has 6 elements.

Question 4

Which of the following is NOT a subspace of the space of all 3ร—33 \times 3 matrices?

โœ… Correct! The zero matrix is not invertible, so the set of invertible matrices fails the most basic subspace requirement.

โŒ Not quite. Think about which set fails the most basic requirement: containing the zero matrix.

Show solution

Solution: Invertible matrices.

A subspace must contain the zero vector (the zero matrix). The zero matrix has determinant 0, so it is not invertible. Therefore invertible matrices cannot form a subspace.

Additionally, invertible matrices are not closed under addition: I+(โˆ’I)=OI + (-I) = O (the zero matrix), which is not invertible.

The other three all pass the subspace test:

  • Upper triangular: closed under ++ and cโ€‰โ‹…c\,\cdot, contains OO โœ“
  • Symmetric: closed under ++ and cโ€‰โ‹…c\,\cdot, contains OO โœ“
  • Diagonal: closed under ++ and cโ€‰โ‹…c\,\cdot, contains OO โœ“

Solved: 0 / 4