04 Vector Spaces Flashcards
Vector space
A vector space is a nonempty set of vectors on which are defined to operations, called addition and multiplication by scalars.
Subspace
A subspace of a vector space V is a subset H of V that has three properties:
- The zero vector of V is in H.
- H is closed under vector addition.
- H is closed under multiplication by scalars.
The vector space R^2 is_____ of R^3
The vector space R^2 is not a subspace of R^3.
If v1, …, vp are in a vector space V, then Span{v1, …, vp} is ____ of V.
If v1, …, vp are in a vector space V, then Span{v1, …, vp} is a subspace of V.
Null space
The null space of an m x n matrix A, written as Nul A, is the set of all solutions of the homogeneous equation Ax = 0. In set notation,
Nul A = {x : x is in R^n and Ax = 0}
Column space
The column space of an m x n matrix A, written as Col A, is the set of all linear combinations of the columns of A. If A = [a1 … an], then
Col A = Span{a1, …, an}
The column space of an m x n matrix A is all of R^n if and only if ____.
The column space of an m x n matrix A is all of R^n if and only if the equation Ax = b has a solution for each b in R^m.
Linear transformation
A linear transformation T from a vector space V into a vector space W is a rule that assigns to each vector x in V a unique vector T(x) in W, such that
- T(u + v) = T(u) + T(v)
for all u, v in V - T(cu) = cT(u)
for all u in V and all scalars c
An indexed set {v1 ,…, vp} of two or more vector, with v1 != 0, is linearly dependent if and only if _____.
An indexed set {v1 ,…, vp} of two or more vector, with v1 != 0, is linearly dependent if and only if some vj (with j > 1) is a linear combination of the preceding vectors, v1, .., vj-1.
Basis
Let H be a subspace of a vector space V. An indexed set of vectors B = {b1, …, bp} in V is a basis for H if
- B is a linearly independent set
- The subspace spanned by B coincides with H; that is,
H = Span{b1, …, bp}
The pivot columns of a matrix A form ____ for Col A.
The pivot columns of a matrix A form a basis for Col A.
Suppose B = {b1, …, bn} is a basis for V and x is in V. The coordinates of x relative to the basis B (or the B-coordinates of x) are the weights c1, …, cn such that x = ____.
Suppose B = {b1, …, bn} is a basis for V and x is in V. The coordinates of x relative to the basis B (or the B-coordinates of x) are the weights c1, …, cn such that x = c1b1 + … + cnbn.
Let B = {b1, …, bn} be a basis for a vector space V. Then the _____ x |-> [x]B is a one-to-one linear transformation from V onto R^n.
Let B = {b1, …, bn} be a basis for a vector space V. Then the coordinate mapping x |-> [x]B is a one-to-one linear transformation from V onto R^n.
dimension of a vector space
If V is spanned by a finite set, then V is said to be finite-dimensional, and the cimension of V, written as dim V, is the number of vectors in a basis for V. The dimension of the zero vector space {0} is defined to be zero. If V is not spanned by a finite set, then V is said to be infinite-dimensional.
The dimension of Nul A
The dimension of Nul A is the number of free variables in the equaion Ax = 0.