Midterm 2 Flashcards
(40 cards)
How many entries are in the vector representation of P^n
N+1, if you had P^4 for example it’d be a vector in R^5
When doing vector space tests, how should u figure out if it’s a vector space
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
What are the axioms for the subspace test? (W is the subset, v is the subspace)
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
Is the 0 vector of R^n a subspace of R^n?
Yes
Is the span of a subset of a vector space a subspace of the subset or a subspace of the vector space?
Subspace of the vector space
What is the intersection of two subspaces that belong to the same vector space defined as
The set of all elements obviously within the vector space, but that are also within BOTH of the subspaces
What is the union of two subspaces that belong to the same vector space defined as
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)
Is the intersection of W1 and W2 a subspace of V? Is the union?
The intersection is but the union isnt
Nullspace definition
Set of vectors x in R^n such that Ax=0^m
Column space definition
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
Dimension of nul(A) is…
free-variables=#non-pivot columns
Nul(A) subspace of…
R^n
Dimension of col(A)
pivot columns
Col(A) subspace of…
R^m
What points do nullA and rowA have in common? Domain?
R^n, only 0 vector
Domain colA
R^m
Do elementary row operations preserve the null space? What about the column space?
The null space is preserved but not the column space, same goes for the row space
Basis for V (V is a vector space) definition
The subset of vectors have to be linearly independent and the vectors have to span the entire vector space
Do you need to be invertible to be a basis? Is the empty subset a basis for V?
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
What is the dimension of a set that only includes the zero vector?
0
For a basis, what should the number of vectors equal to?
The dimension, except for the empty set/0 dimension
What is the standard basis for P^2?
{1,t,t^2}
What is the standard basis for M2?
[1 0] [0 0] [0 1] [0 0]
{ [0 0], [1 0], [0 0], [0 1] }
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..
H also equals Span{vk}, it’s still a subspace of the vector space that the subset belongs to