Exercises — Properties — row operations, multiplicativity
Two quick reminders you will lean on constantly (every symbol earned in the parent):
Level 1 — Recognition
L1.1
State the effect on of each operation, and give the determinant of the corresponding elementary matrix : (a) , (b) , (c) .
Recall Solution
An elementary matrix is what you get by doing ONE row operation to the identity matrix (the matrix with s on the diagonal, s elsewhere). Because doing the operation to equals multiplying on the left by , the factor is the effect.
- (a) Swap multiplied by ; .
- (b) Scale by multiplied by ; .
- (c) Replacement unchanged; .
L1.2
Without computing anything, decide the sign relationship: if is with rows and swapped, and , what is ?
Recall Solution
One swap flips the sign once. So .
Level 2 — Application
L2.1
Compute by row-reducing to triangular form, tracking every operation:
Recall Solution
Step (why): clear column 1 below the pivot using replacements — these never change . , : Step: clear the last entry in column 2: (replacement, no change): Step: now triangular. No swaps, no scalings, so .
L2.2
Given is with , find .
Recall Solution
Multiplying the whole matrix by scales each of the rows by . Each scaling pulls out one factor of :
L2.3
, . Verify .
Recall Solution
. . , so . Check: . ✓
Level 3 — Analysis
L3.1
Compute by reduction, and you must use a swap along the way. Track the sign.
Recall Solution
The top-left entry is , so we cannot use it as a pivot directly. Step (why): swap to bring a nonzero pivot up. This is swap, so . Step: clear column 1: (replacement, no change): Step: clear column 2: (replacement): Step: pivots product . Apply the swap sign:
L3.2
You reduce a matrix to the identity. Along the way you did: 1 swap, scaled a row by , scaled another row by , and several replacements. What was ?
Recall Solution
Reduce to means the final triangular product is . Undo the bookkeeping. Each operation multiplied the current determinant by its factor. Starting from and ending at : So
L3.3
is invertible with . Find , , and for of size .
Recall Solution
- , because (see Invertibility & Singular Matrices).
- (multiplicativity applied twice).
- (three rows scaled by ).
Level 4 — Synthesis
L4.1 (geometric)
Two matrices act on the unit square (the square with corners ): (a) What does each do to the square geometrically? (b) Compute and . (c) Use multiplicativity to predict the area factor of , then confirm by computing .

Recall Solution
(a) Look at the figure. stretches the horizontal direction by (a rectangle) — a genuine area change. is a shear (a replacement operation in matrix form): it slides the top edge sideways but keeps the base and height, so the parallelogram has the same area as the square. This is the geometric face of "replacement doesn't change ." (b) . . (c) Multiplicativity predicts the area factor of doing then (the map ) is . Confirm: , and . ✓ The shear added no area.
L4.2
Prove that if has two identical rows, then , using only a replacement. Then illustrate with
Recall Solution
Proof: suppose rows and are equal. Do the replacement . Replacement doesn't change . But now row is all zeros, and a matrix with a zero row has (a zero row means one direction is crushed to nothing — zero volume). So . Illustration: rows and are equal. gives a zero row ; hence .
L4.3
is a permutation matrix obtained from by the cyclic reordering of rows . Find by counting swaps.
Recall Solution
A cyclic shift of rows can be built from swaps: start rows . Swap ; swap — the target ordering. That's swaps, so .
Level 5 — Mastery
L5.1
Let be with . Give a single formula for in terms of , , (assume invertible, ). Then evaluate for .
Recall Solution
Peel it apart with the tools: For : .
L5.2
Suppose is and (such a matrix is called idempotent). What are the possible values of ? Justify with multiplicativity, and connect to eigenvalues.
Recall Solution
Apply to both sides of . By multiplicativity , and the right side is : So . Connection: an idempotent's eigenvalues are all or , and is the product of eigenvalues. If any eigenvalue is the product is (singular projection); if all are the product is (then ). Both cases match.
L5.3
Prove that if is an matrix built as a product of elementary matrices where exactly of them are swaps, of them scale by (respectively) , and the rest are replacements, then
Recall Solution
Why this is true: multiplicativity says . Each factor is a known number:
- each swap contributes — there are of them, giving ;
- each scale-by- contributes — giving ;
- each replacement contributes — leaving the product untouched. Multiplying all factors: . This is the abstract engine behind the "REF bookkeeping" formula — see Gaussian Elimination & Row Echelon Form.
Recall One-line ladder recap (cover and recite)
- L1: name the effect swap , scale , replacement .
- L2: reduce & multiply pivots; watch for .
- L3: carry and every scaling factor; pay back divisions.
- L4: shear = area-preserving; identical rows .
- L5: ; idempotent ; .