Matrices Flashcards

1
Q

How do you multiply a matrix by a single number?

A

Multiply each number in the matrix with the scalar

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

What needs to be true so that you can multiply two matrices together?

A

The number of columns of the first matrix must equal the number of rows in the second matrix.

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

When you multiply two matrices together how many rows and columns will the resulting matrix have?

A

The resulting matrix will have the same number of rows are the first matrix and the same number of columns as the second matrix.

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

How do you multiply two matrices?

A

Multiple each item in the first matrix’s row with the corresponding item in the second matrix’s column, then sum up the results.

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

What is the determinant of a matrix?

A

A scalar value that can be calculated from a square matrix

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

What is the formula for the determinant of a 2x2 matrix?

A

ad - bc

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

What is the transpose of a matrix?

A

An operator which flips a matrix over its diagonal.

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