Matrix Masters Slides Linear Algebra // Unit 08
Matrix Masters
Cofactor Expansion & 3x3 Determinants
11th Grade Mathematics
Warm-up: The Sign Pattern
To calculate a 3x3 determinant, we need the Checkerboard Sign Pattern .
The Rule
Always start with + in the top-left and alternate signs across every row and column.
−
−
−
−
Watch & Learn
Focus: Minor Matrices
Embedded media
3:44 Start Expansion 10:21 End Practice
Key Concept
"Minor Matrix"
The smaller matrix left over after deleting a specific row and column.
Watch For:
How to pick a row.
Applying signs (+ or -).
Final summation.
Pause at 6:38
Find the cofactor of the middle element in the first row.
Matrix M
[ 1 3 -2 ]
[ 0 4 5 ]
[ 1 2 3 ]
Discuss with your neighbor
Predict the Next!
Pause at 7:37
[ 1 3 -2 ]
[ 0 4 5 ]
[ 1 2 3 ]
Now, find the cofactor for the last element in Row 1.
Remember: Check the sign and find the determinant of its 2x2 minor matrix.
Row Rivalry
Collaborative Activity
1
Get into pairs. Each pair receives the Matrix Puzzles worksheet.
2
Student A expands using Row 1 .
3
Student B expands using Row 2 .
4
Compare answers. If they don't match, find the error together!
The Challenge
Prove that choosing a different row doesn't change the final determinant!
Final Reflection
"Which part of the Cofactor Expansion process is the most prone to error?"
Candidate A
Signs
Forgetting the checkerboard.
Candidate B
Minors
Losing row/column focus.
Candidate C
Arithmetic
2x2 determinant math.
Row Rivalry Worksheet Row Rivalry
Collaborative Matrix Puzzle
Name:
Date:
The Challenge
Work with a partner to solve for the determinant of Matrix A . One of you will calculate the expansion using Row 1 , and the other will use Row 2 . Compare your final answers—if you performed the cofactors correctly, they must be identical.
Matrix A
2 -3 1
0 4 5
3 -1 2
Student A Expansion
Expand along Row 1
Show all cofactors and 2x2 steps below
Student B Expansion
Expand along Row 2
Show all cofactors and 2x2 steps below
Verification Zone
Row 1 Determinant
=
Row 2 Determinant
If your answers differ, revisit your cofactors. Did you account for the negative sign in the middle position? Did you calculate the 2x2 cross-products correctly?
Error Spotter Cards Error Spotter Cards
Cut along the dashed lines. Use these cards during the reflection phase to guide student discussions on the common pitfalls of determinants.
Topic: Signs
The Sign Trap
Recall the checkerboard pattern. Which specific position in a 3x3 matrix is most often "forgotten" when it comes to the negative sign? Why does this happen?
#01
Topic: Minors
The Minor Mistake
When finding a "minor matrix," your eyes must cross out a row and a column. What technique did you use to make sure you didn't grab numbers from the wrong row?
#02
Topic: Strategy
The Zero Advantage
If a matrix has a row or column filled with zeros, why is that row the "best friend" of the cofactor expansion method? How much work does it save you?
#03
Topic: Summary
The Final Stretch
Once you have your three cofactors, what is the final arithmetic step? Why is it easy to make a simple addition or multiplication error here, even if your cofactors are perfect?
#04
DET_A = a11(a22a33 - a23a32) - a12(a21a33 - a23a31) + a13(a21a32 - a22a31)
ERROR_LOG: 08:34:21 // SIGN_MISMATCH_DETECTED // ROW_2_EXPANSION
ARCHITECT_NOTE: CHECKERBOARD_OVERLAY_REQUIRED
Matrix Masters Key Teacher Key
Row Rivalry Solution Guide
REF: DET-COF-EXP-K
2 -3 1
0 4 5
3 -1 2
Student A: Row 1 Expansion
det(A) = 2(+) |4 5; -1 2| - (-3)(-) |0 5; 3 2| + 1(+) |0 4; 3 -1|
det(A) = 2[ (4)(2) - (5)(-1) ] + 3[ (0)(2) - (5)(3) ] + 1[ (0)(-1) - (4)(3) ]
det(A) = 2[ 8 + 5 ] + 3[ 0 - 15 ] + 1[ 0 - 12 ]
det(A) = 2(13) + 3(-15) + 1(-12)
det(A) = 26 - 45 - 12
det(A) = -31
Student B: Row 2 Expansion
// Note: Row 2 signs are (-, +, -)
det(A) = -0(-) |-3 1; -1 2| + 4(+) |2 1; 3 2| - 5(-) |2 -3; 3 -1|
det(A) = 0 + 4[ (2)(2) - (1)(3) ] - 5[ (2)(-1) - (-3)(3) ]
det(A) = 4[ 4 - 3 ] - 5[ -2 + 9 ]
det(A) = 4(1) - 5(7)
det(A) = 4 - 35
det(A) = -31
Instructional Notes
The Zero Hack: Encourage students to notice that Student B has a much "easier" time because the 0 in Row 2 eliminates one entire cofactor calculation.
Sign Conflicts: Watch out for the -(-3) in Row 1 expansion. This double negative is where most students fail. In Row 2, the sign pattern is (-, +, -), so the 5 must be multiplied by -1.