LINEAR-ALGEBRA ยท Unit 5 ยท Video 2 ยท Interactive Practice
| Formula | Name | When to use |
|---|---|---|
| Transpose definition | Swap row and column indices | |
| Reversal rule | Transpose of a product reverses order | |
| Double transpose | Transposing twice returns the original | |
| Symmetry test | A matrix that equals its own transpose |
Transposing sends each entry to position โ every row of turns into a column of .
Whatever numbers you put in , the product comes out symmetric: its mirror entries always match.
๐ก Why it must hold: , so the product equals its own transpose.
Both and are symmetric, but their sizes are set by the columns and rows of .
๐ก The diagonal entries are sums of squares, so they are always non-negative.
Question 1
Given , what is entry of ?
Recall:
โ Correct! Entry (1,3) of R^T equals entry (3,1) of R, which is 4.
โ Not quite. Remember: to find (R^T)แตขโฑผ, look at Rโฑผแตข โ swap the row and column indices.
Solution:
We need entry of , meaning row 1, column 3.
By the transpose definition:
Looking at : row 3, column 1 is 4.
Question 2
What is equal to?
โ Correct! The reversal rule flips the order: (AB)^T = B^T A^T.
โ Not quite. Remember the socks-and-shoes rule โ transposing a product reverses the order.
Solution:
The reversal rule states:
The order reverses! Think of the socks-and-shoes analogy:
Common mistake: Writing keeps the same order โ this is wrong!
Question 3
True or False: If is a matrix, then is a matrix.
โ Correct! R^T R is 2ร2, not 3ร3. The product (2ร3)(3ร2) gives a 2ร2 result.
โ Not quite. If R is 3ร2, then R^T is 2ร3. Multiply the dimensions: (2ร3)(3ร2) = ?
Solution: False
If is , then is .
The inner dimensions (3 and 3) match for multiplication, and the outer dimensions (2 and 2) give the result size.
It's that would be :
Question 4
Using , what is the entry of ?
Hint: is the dot product of column 1 of with column 2 of .
โ Correct! 1ยท3 + 2ยท3 + 4ยท1 = 3 + 6 + 4 = 13. And by symmetry, the (2,1) entry is also 13!
โ Not quite. Dot column 1 = (1, 2, 4) with column 2 = (3, 3, 1): multiply corresponding entries and add them up.
Solution:
= (row 1 of ) (column 2 of )
Row 1 of = column 1 of =
Column 2 of =
This also equals โ that's symmetry in action!
Solved: 0 / 4