Matrices Flashcards
How do you multiply a matrix by a single number?
Multiply each number in the matrix with the scalar
What needs to be true so that you can multiply two matrices together?
The number of columns of the first matrix must equal the number of rows in the second matrix.
When you multiply two matrices together how many rows and columns will the resulting matrix have?
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 do you multiply two matrices?
Multiple each item in the first matrix’s row with the corresponding item in the second matrix’s column, then sum up the results.
What is the determinant of a matrix?
A scalar value that can be calculated from a square matrix
What is the formula for the determinant of a 2x2 matrix?
ad - bc
What is the transpose of a matrix?
An operator which flips a matrix over its diagonal.