LINEAR-ALGEBRA ยท Unit 2 ยท Video 3 ยท Interactive Practice
| Formula | Name | Description |
|---|---|---|
| swaps rows; swaps columns | Left / Right rule | Multiplication side determines what moves |
| Permutation inverse | Transpose undoes any permutation | |
| Flip the sign of the multiplier | Elimination inverse | Subtracting is undone by adding |
| (for single row swaps) | Self-inverse | Swapping the same pair twice restores original |
A permutation matrix rearranges the identity's rows; the product applies that same reordering to .
The side you multiply on decides the axis: reorders the rows of , while reorders its columns.
subtracts times row 1 from row 2; flips that sign to add it back.
๐ก This sign-flip shortcut works only for elementary elimination matrices with a single off-diagonal entry โ general matrices need full inversion.
Question 1
Let and .
What is the product ?
โ Correct! Left-multiplying by swaps the rows of .
โ Not quite. Remember: left-multiplying swaps rows, not columns. Each row of selects a row from .
Solution:
Left-multiplying by swaps the rows of :
Question 2
True or False: For any permutation matrix , the inverse equals the transpose: .
โ Correct! The transpose of any permutation matrix is always its inverse.
โ Not quite. Permutation matrices have a special property: their transpose is always their inverse.
Solution: True.
Permutation matrices are orthogonal โ their rows (and columns) are orthonormal vectors. This means , so is the inverse of .
Special case: For a matrix that swaps exactly two rows, itself, so โ swap twice and you're back to the original.
Question 3
The elimination matrix subtracts 4 times row 1 from row 2.
What is ?
โ Correct! Flip the sign of the multiplier โ that's all it takes for elimination matrices.
โ Not quite.
Solution: Change to (flip the sign).
Why? subtracts 4 times row 1 from row 2. To undo this, adds 4 times row 1 back.
Verification: The (2,1) entry of is:
โ ๏ธ This sign-flip shortcut works only for elementary elimination matrices with a single off-diagonal entry โ not for general matrices.
Question 4
How many distinct permutation matrices exist for a system?
โ Correct! There are ways to arrange 3 rows.
โ Not quite.
Solution: 6 permutation matrices.
The number of permutation matrices equals (n factorial), because each one corresponds to a unique reordering of rows.
The six row orderings are: .
Each gives a unique permutation matrix.
Solved: 0 / 4