Matrix Operations Flashcards

1
Q

Commutative property of matrix addition

A

A+B=B+A

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

Associative property of matrix addition

A

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

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

Additive identity of matricies

A

A+0(m,n)=A, 0(m,n) is an mxn matrix where all elements are zero

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

Distributive properties of scalar multiplication

A

c(A+B)=cA+cB, (c+d)A=cA+dA

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

Associative property of scalar multiplication in matrices

A

c(dA)=(cd)A

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

If cA=the zero matrix, then?

A

Either c is zero or A is the 0 matrix

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

m×n n×p makes?

A

An m×p matrix, the inner dimensions have to be the same

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

Does AB=AC imply that B and C are the same?

A

No no no! Absolutely not!

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

If AB=the zero matrix, does that mean that atleast A or B are the zero matrix?

A

Nope! You can get the zero matrix from two non zero matricies

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

Associative property of matrix multiplication

A

(AB)C=A(BC)

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

Left distributive property of matrix multiplication

A

A(B+C)=AB+AC

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

Right distributive property of matrix multiplication

A

(A+B)C=AC+BC

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

c(AB) is equivalent to…

A

(cA)B and A(cB)

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

(AT)T=

A

A

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

(A+B)T=

A

AT+BT

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

(cA)T=

17
Q

(AB)T=

A

BTAT (sock and shoe

18
Q

What is a symmetric matrix?

19
Q

The inverse of [a,b]
[c,d] is?

A

1/(ad-bc) * [d,-b]
[-c,a]

20
Q

How can u figure out if a 3x3 or higher matrix is invertible?

A

You should be able to get the identity matrix on the left hand side if u rref the augmented matrix [A | I]

21
Q

Whats a simple way to figure out if a 2x2 matrix is invertible?

A

It’s invertible only if the determinant is not 0.

22
Q

If A is invertible, then is A^-1 invertible?

A

Yes. (A^-1)^-1=A

23
Q

If A and B are both square matricies of the same dimension and are both invertible, then is AB invertible?

A

Yes. (AB^-1)=B^-1A^-1

24
Q

If A is invertible, is it’s transpose also invertible?

A

Yes. (AT)^-1=(A^-1)T