Matrix Algebra Review Flashcards

1
Q

What is the commutative property of multiplication?

Does this also apply to matrix multiplication?

A

5 x 3 = 3 x 5, this is the commutative prop of multiplication,

This does not apply to matrix multiplication.
If A & B are matrices, A x B does not equal B x A

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

What is an identity matrix?

A

A matrix with 1’s along the diagonal and 0’s everywhere else

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

What is the associative property of multiplication?

Does this hold for matrix multiplication?

A

(3 x 5) x 2 = 3 x (5 x 2)

Yes, this holds for matrix multiplication. Matrices are not commutative but they are associative.

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

What is a matrix inverse?

Do all matrices have an inverse?

A

The inverse of a matrix is a matrix that when multiplied by the original matrix results in the identity matrix

No, only square matrices (m x m dimensions) have inverses. Only those with same #rows as #columns

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

What is the transpose of a matrix?

A
Let A be an m x n matrix, and let B = the transpose of A’ (transpose notation)
Then B is an n x m matrix, and Bij = Aji

Essentially, the first column in matrix A becomes the first row in A transpose

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