Matrices Flashcards
You can only add matrices when
They have the same dimensions
How to add, subtract and multiply matrices by a scalar
Just do each element separately
How to multiply matrices
Row x column
(A , b , c) (1).
(D, e ,f) (2)
(3)
What is the dimension rule for multiplying matrices
A(Column x row) x B(column x row)
A(row) = B(column)
What is the identity matrix
1 0
0 1
What is an identity matrix
When a 2x2 matrix is multiplied by the identity matrix which gives the original matrix
How to work out the determinant
Det(a) = lead diagonal - bc
= ad - bc
A B
C D
How to work out the inverse of A
A. B
C. D
Swap the lead diagonal and make the other 2 negative
D -B x 1/det(a)
-C A
If the determinant of A = 0 what is A
Singular
So it doesn’t have an inverse matrix
What is an inverse matrix
When a matrix is multiplied by its inverse it will equal the identity matrix which gives
What is a transpose of a matrix
Rows become columns
Columns become row
A^t
The transpose of a matrix of dimension m x n has dimension
Rows become columns
Columns become row
A^t
What is a symmetric matrix
A = A^t
When a matrix is equal to its transpose
How to work out the determinant of a 3x3 matrix
Switch the signs of each element going +,-,+,_
Pick an element and cross out the row and column that it is in and find the determinant of the left over numbers and times it by the first element
How to find the minor of an element
Cross out the column and row of the element
Work out the discriminat
What is the transformation matrix for a rotation of 90 degrees centre origin
- -1
- 0
What is the transformation matrix for a rotation of 180 degrees centre origin
-1. 0
0. -1
What is the transformation matrix for a rotation of 270 centre the origin
- 1
-1. 0
What is the transformation matrix for a rotation of theta
CosX -sinX
SinX. CosX
What is the transformation matrix for a reflection in the x-axis
- 0
- -1
What transformation matrix for a reflection in the y-axis
-1. 0
0. 1
What is the matrix transformation for a reflection in y=x
- 1
- 0
What is the matrix transformation for a reflection in y=-x
- -1
-1. 0
What’s the matrix transformation for an enlargement scale factor k
K. 0
0. K