Week 8 Linear Algebra 1 Flashcards
what is the compact vector form for the matrix of two separate equations of x and y
Ax = v
what is the 2x2 identity matrix in column vector form
1 0
0 1
what is the general form for stretching a 2x2 matrix in column vector form
k 0
0 k
what is the general form for reflecting a 2x2 matrix in column vector form
1 0
0 -1
what is the general form for rotating a 2x2 matrix about an angle θ in column vector form
cos θ -sinθ
sin θ cosθ
what is the condition in order for two matrices to be equal
all their matrix elements must be equal
how do you add two matrices
add all of their elements that are in the same relative position together
eg
1 2 4 3 5 5
3 4 + 2 1 = 5 5
what is the rule for multiplying a matrix by a scalar
multiply all of the terms by the scalar
what is the rule for multiplying two matrices in the form of A x B
the number of columns in A = the number of rows in B otherwise it is not possible
define the transpose of a matrix A
it is the matrix obtained by swapping the rows and columns of A
give the equation that defines the inverse of a matrix
AA^-1 = Identity matrix
what is the main condition that means that a matrix can’t have an inverse
the determinant of the matrix = 0
what are the two possible outcomes if Ax = v has no unique solutions
1 the equation is inconsistent so you have straight parallel lines
2 the equation is degenerate so you have one equation that is a multiple of the other
what is the equation for the inverse of a 3x3 matrix A
A^-1 = 1/detA x transpose of C
C is the matrix of cofactors