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
What does it mean to say that two matrices COMMUTE?
AB = BA
What is an IDENTITY matrix?
square matrix with 1s on the diagonal and 0s everywhere else

A I = ?
A I = A
Can an identity matrix have an all 0 row?
NO
What is an INVERTIBLE matrix?
If AB = BA = I
B is called the inverse of A if ___
B = A-1
If A and B are invertible then ____
B = A-1 and A = B-1
What does it mean if a matrix is SINGULAR?
Not invertible
Are matrix inverses unique?
YES

