mid 2 review Flashcards
how to determine if a set is a subspace of a vector space
- zero vector in the larger space is in the set
- set is closed under vector addition and scaler multiplication
(or you combine for linear combination
how to check vector addition closure
get 2 random vectors same size and add together
how to check closure under scaler multiplication
multiply a vector by a scaler and prove that it still passes the condition needed in the set
how to find the subset of matricies such that you get a certain output
- check the zero matrix
- check if closed under linear combonation
(vector addition & scaler multi)
how to determine if a set is a basis for r^3
- must span r^3
- must be linearly independent
how to check for linear independence
- make a matrix and row reduce till you see no free variable (every row has a leading 1)
- just do the determinant if it = zero then its dependent and if it doesnt then its independed
how to know if a vector spans a certain space
the rank of the matrix
what are the 2 things that the determinate being zero proves
- linear independance
- if = 0 there is no inverse
how to show that det(a) - plus or minus 1
det(A A^t) = det(I)
det(A) det(A^t)= 1
det(a) det (a) = 1
what do you do when u get i^2 in complex numbers
you switch the i with (-1) bascially just changing the sign of the coefficent and removing the i variable
what is the method of dividing 2 complex numbers
numerator times the conjugate of the denominator and the denomintor you take the norm squared ( basically just square the values in the denom)
how to find the bases for row(a) in a matrix
see what rows have a pivot 1 ( leading 1)
then go to the orignial matrix and list out only those rows
how to find the bases for row(a) in a matrix
look at the columns with leading 1 (pivots)
then go to the original matrix and list out the columns only those with the leading 1
how to find the basis for null(a)
write out each row of the reduced matrix like a linear equation
solve the equation for the right row and the coeficent of the variables is the numbers we put in the matrix
( also the zero row is the freee variable t =1)
how to find the nullity of a matrix
row reduced until in rref then the nullity is the number of columns that dont have a leading on (pivot)