Midterm 2 Flashcards

(40 cards)

1
Q

How many entries are in the vector representation of P^n

A

N+1, if you had P^4 for example it’d be a vector in R^5

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

When doing vector space tests, how should u figure out if it’s a vector space

A

See what’s funny, does the set have some bounds? Is the vector addition or scalar multiplication special? Then, see how it doesn’t work based on the respective ones. 1-5 for vector addition, 1,4,6 for sets, 6-10 for scalar multiplication

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

What are the axioms for the subspace test? (W is the subset, v is the subspace)

A

The zero vector of V is in W, for all u,v in W, u+v has to be in W, for all u in W, cu is also in W for any scalar c

Can’t an empty subset

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

Is the 0 vector of R^n a subspace of R^n?

A

Yes

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

Is the span of a subset of a vector space a subspace of the subset or a subspace of the vector space?

A

Subspace of the vector space

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

What is the intersection of two subspaces that belong to the same vector space defined as

A

The set of all elements obviously within the vector space, but that are also within BOTH of the subspaces

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

What is the union of two subspaces that belong to the same vector space defined as

A

The set of all elements obviously within the vector space, but that are also members of EITHER OR of the subspaces (could be both, technically)

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

Is the intersection of W1 and W2 a subspace of V? Is the union?

A

The intersection is but the union isnt

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

Nullspace definition

A

Set of vectors x in R^n such that Ax=0^m

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

Column space definition

A

Set of vectors in R^m that are linear combinations of the columns of A. Aka the span of the columns/set of right hand side b such that Ax=b is consistent

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

Dimension of nul(A) is…

A

free-variables=#non-pivot columns

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

Nul(A) subspace of…

A

R^n

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

Dimension of col(A)

A

pivot columns

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

Col(A) subspace of…

A

R^m

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

What points do nullA and rowA have in common? Domain?

A

R^n, only 0 vector

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

Domain colA

A

R^m

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

Do elementary row operations preserve the null space? What about the column space?

A

The null space is preserved but not the column space, same goes for the row space

18
Q

Basis for V (V is a vector space) definition

A

The subset of vectors have to be linearly independent and the vectors have to span the entire vector space

19
Q

Do you need to be invertible to be a basis? Is the empty subset a basis for V?

A

You do need it to be invertible

You won’t have a pivot on every column by definition if it’s an empty subset, so the empty subset is NOT a basis for V

20
Q

What is the dimension of a set that only includes the zero vector?

21
Q

For a basis, what should the number of vectors equal to?

A

The dimension, except for the empty set/0 dimension

22
Q

What is the standard basis for P^2?

23
Q

What is the standard basis for M2?

A

[1 0] [0 0] [0 1] [0 0]
{ [0 0], [1 0], [0 0], [0 1] }

24
Q

Let S={v1,v2,…,vp} be a set in V and let H =Span(S), if one of the vectors in the subset, vk, is a linear combo of ALL of the other vectors then..

A

H also equals Span{vk}, it’s still a subspace of the vector space that the subset belongs to

25
Is rowA from the rref of A or the original matrix?
It is usually the rref or ref. It can only be the original matrix if NO rows were swapped
26
NullityA =
DimNul(A) = #nonpivot columns
27
Rank(A) =
DimCol(A) = dimRow(A) = #pivot columns
28
What is the rank nullity theorem
rank(A)+nullity(A)=n=#of columns in A for a mxn matrix A
29
For a given vector, V, how is it represented under a given basis? Vocabulary for the terms?
V=[V]_b*Pb [V]_b is the coordinates of v under the basis B. X1 on top then x2 down below and so forth, order matters Pb is the basis in matrix form
30
[V]b=
Pb^-1v or the rref of [Pb|v] to [I|answer]
31
How would you find coordinates of v under the standard basis if you know the change of basis coordinate?
Just decompose. Say vB is [3,2], it's just Pb*[v]b=[v]s=v
32
Pb is
The change of coordinates matrix from b to the standard basis
33
Pc<-B=
Pc^-1Pb=[[b1]c,[b2]c,...,[bn]c]
34
If you know Pc<-B, what is [x]C using the coordinates of [x]b
[X]c=Pc<-B[x]B
35
Is a square matrix singular if the determinant is 0 if it is not 2x2?
Yes. By definition, given a square matrix, the determinant being 0 means it's not invertible for any square dimension
36
What is a minor?
If you deleted the ith/jth row and column, the determinant of that new matrix is the minor
37
What is a cofactor?
The minor scaled by (-1)^(i+j)
38
How do you find determinant using cofactors?
Go expand along a row or column and for each element, multiply it by the corresponding cofactor and add all the products up
39
Whats an eigenvector?
It's a vector that preserves it's direction under the multiplication by A
40
Whats an eigenvectors eigenvalue?
How much it scales for each multiplication by A