Chapter 7 Flashcards
Adding and subtracting matrices
Add or subtract each corresponding number. NUMBER OF ROWS AND COLUMNS MUST BE THE SAME!
Multiplying matrices
number of columns must = number of rows of second matrix:
Multiply first column by both rows to get top two numbers then second column by both rows to get bottom two numbers. this is fro 2x2 times a 3x2
Identity matrix
equal to 1 on all diagonal elements and 0 Everywhere else
Taking the determinant
cross multiply: ad-bc for 2x2
for 3x3 take each top number, cover all other numbers in row and column as that number. take determinant of the remaining matrix them multiply that by the original number. do this for all numbers and subtract them all.
Requirements of a field
FOR BOTH ADDITION AND MULTIPLICATION:
- closure
- associative
- commutative
- identity
- inverse
- distribution