Chapter 1.3 - 1.4 Flashcards

1
Q

size of a matrix

A

rows X columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a scalar?

A

constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you multiply two matrices?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you TRANSPOSE (AT ) matrix?

A

interchange rows and columns

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the trace of a matrix?

A

sum of the entries on the main diagonal of a SQUARE matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What property do all matrix traces have?

A

Commutative property: trace AB = trace BA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If you know that AB + BA is defined, then A and B are ____

A

square matrices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Matrix Properties:

A + B =

A

A + B = B + A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Matrix Properties:

A + (B + C) =

A

A + (B + C) = (A + B) + C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Matrix Properties

Associative law for multiplication:

A(BC) =

A

A (BC) = (AB) C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Matrix Properties

Left distributive law:

A (B + C) =

A

A (B + C) = AB + AC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Matrix Properties

Right distribution law:

(B + C) A =

A

(B + C) A = BA + CA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Properties DON’T WORK for Matrices

Not commutative:

AB ≠

A

AB ≠ BA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Properties DON’T WORK for Matrices

If AB = AC, then does B always = C?

A

NO, if AB = AC

B ≠ C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If AB = 0, then does A or B have to = 0?

A

NO: If AB = 0 then A or B don’t necessarily have to be = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does it mean to say that two matrices COMMUTE?

17
Q

What is an IDENTITY matrix?

A

square matrix with 1s on the diagonal and 0s everywhere else

18
Q

A I = ?

19
Q

Can an identity matrix have an all 0 row?

20
Q

What is an INVERTIBLE matrix?

A

If AB = BA = I

21
Q

B is called the inverse of A if ___

22
Q

If A and B are invertible then ____

A

B = A-1 and A = B-1

23
Q

What does it mean if a matrix is SINGULAR?

A

Not invertible

24
Q

Are matrix inverses unique?

25
if B and C are both inverses of matrix A, then \_\_\_\_\_
B = C
26
A A-1 = A-1A =
A A-1 = *I* A-1A = *I*
27
How do you determine if a 2x2 matrix is invertible?
28
Solution of a linear system by matrix inversion:
29
(AT)T = (A + B)T = (kA)T = (AB)T =
(AT)T = A (A + B)T = AT + BT (kA)T = kAT (AB)T = AT BT
30
if A and B are invertible matrices with the same size, then \_\_\_
AB is invertible and (AB)-1 = B-1 A-1
31
If A is invertible, then AT is also invertible then \_\_\_
(AT)-1 = (A-1)T
32
A0 =
A0 ​ = *I*
33
If A is invertible, A-n =
A-n = (An)-1
34
Do the laws of exponents still work for matrices?
YES
35
Does (A+B)2 = A2 + 2AB + B2
(A+B)2 ≠ A2 + 2AB + B2 Because AB ≠ BA
36
Is a square matrix a row/column of 0s invertible?
NOT invertible → because no matrix B can be found such that BA=I
37