Chapter 1.3 - 1.4 Flashcards
size of a matrix
rows X columns
What is a scalar?
constant
How do you multiply two matrices?
How do you TRANSPOSE (AT ) matrix?
interchange rows and columns
What is the trace of a matrix?
sum of the entries on the main diagonal of a SQUARE matrix
What property do all matrix traces have?
Commutative property: trace AB = trace BA
If you know that AB + BA is defined, then A and B are ____
square matrices
Matrix Properties:
A + B =
A + B = B + A
Matrix Properties:
A + (B + C) =
A + (B + C) = (A + B) + C
Matrix Properties
Associative law for multiplication:
A(BC) =
A (BC) = (AB) C
Matrix Properties
Left distributive law:
A (B + C) =
A (B + C) = AB + AC
Matrix Properties
Right distribution law:
(B + C) A =
(B + C) A = BA + CA
Properties DON’T WORK for Matrices
Not commutative:
AB ≠
AB ≠ BA
Properties DON’T WORK for Matrices
If AB = AC, then does B always = C?
NO, if AB = AC
B ≠ C
If AB = 0, then does A or B have to = 0?
NO: If AB = 0 then A or B don’t necessarily have to be = 0