mid 2 review Flashcards

1
Q

how to determine if a set is a subspace of a vector space

A
  1. zero vector in the larger space is in the set
  2. set is closed under vector addition and scaler multiplication
    (or you combine for linear combination
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to check vector addition closure

A

get 2 random vectors same size and add together

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

how to check closure under scaler multiplication

A

multiply a vector by a scaler and prove that it still passes the condition needed in the set

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

how to find the subset of matricies such that you get a certain output

A
  1. check the zero matrix
  2. check if closed under linear combonation
    (vector addition & scaler multi)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how to determine if a set is a basis for r^3

A
  1. must span r^3
  2. must be linearly independent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how to check for linear independence

A
  1. make a matrix and row reduce till you see no free variable (every row has a leading 1)
  2. just do the determinant if it = zero then its dependent and if it doesnt then its independed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how to know if a vector spans a certain space

A

the rank of the matrix

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

what are the 2 things that the determinate being zero proves

A
  1. linear independance
  2. if = 0 there is no inverse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how to show that det(a) - plus or minus 1

A

det(A A^t) = det(I)
det(A) det(A^t)= 1
det(a) det (a) = 1

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

what do you do when u get i^2 in complex numbers

A

you switch the i with (-1) bascially just changing the sign of the coefficent and removing the i variable

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

what is the method of dividing 2 complex numbers

A

numerator times the conjugate of the denominator and the denomintor you take the norm squared ( basically just square the values in the denom)

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

how to find the bases for row(a) in a matrix

A

see what rows have a pivot 1 ( leading 1)
then go to the orignial matrix and list out only those rows

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

how to find the bases for row(a) in a matrix

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

how to find the basis for null(a)

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how to find the nullity of a matrix

A

row reduced until in rref then the nullity is the number of columns that dont have a leading on (pivot)

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

what is the rank nullity theorem

A

its the rank (number of leading 1) + nuility ( number of non leading 1 columns)

17
Q

is every vector in the row orthogonal to the vectors in the null

A

yes beause the dot product of vectors in row(a) and null(a) will always be 0 and always is orthogonal

18
Q

how to know if a basis is orthogonal

A

take the dot product and if it equals zero then it is

19
Q

how to find the coordinates that take 2 vectors to another vector

A

make a linear combonation of the 2 vectors with a coeficient infront of each
then make 2 equations with the numerator and the denominator and constants and then solve the constants using sub method
make a vector with the 2 numebrs found

20
Q

how to find a vector realtive to the standard basis such that ( 2 element vector)

A

you take the dot procut of the matrix u got by the vecotr they give take the 2 numbers u get from that and thats the vector your looking for

21
Q

how to find the change of basis

A

take the matrix u got then to the line down to make the right side and on the right side put in the standard matrix
then do row reduction until u get the standard on the left and the matrix on the right is the answer

22
Q

how to find a set of vectors such that ( 2x2 matrix) is the transition from w to b

A

w = b dot ( given matrix) and then take the values and make a 2x2 matrix and then spilt it into two and make 2 vectors with the columns

23
Q

how to write the standard matrix of a linear transformation and rotationg the vector pi/2 and reflecting across the x axis

A

make the refelection matrix first
( cos(pi/2) , - sin (pi/2) / sin (pi/2) , cos (pi/2))
- cos should be zero a sin 1
then to refect you switch the rows of the matrix

then to end it you take the dot product of both matrixs

24
Q

how to take the dot product of 2 2x2 matrix

A

collum of the right side matrix times the top row of first
collum 2 of the right side matrix times the top row of first
collum of the right side matrix times the bottom row of first
collum 2 of the right side matrix times the bottom row of first

25
Q
A