Semester 2 Flashcards
What is a vector space?
Let F be a field of scalars. A non-empty set V of vectors, with two operations: \+: VxV -> V (vector addition) .: FxV -> V (scalar multiplication) is an F-vector space if 1. (V, +) is an abelian group. 2. λ(u+v) = λu + λv (λ in F, u,v in V) 3. (λ + μ)v = λv + μv 4. (λμ)v = λ(μv) 5. 1v = v
What is a vector subspace?
Let V be an F-vector space. An F-vector subspace of V is a subset U of V that is a vector space under the same operations + and . .
- U not the empty set.
- u, v ∈ U implies that u + v ∈ U.
- u ∈ U implies that λu ∈ U. (λ in F)
Row/Column Reduction rules
- Swap rows/column.
- Multiply by scalar.
- Subtract scalar multiple of one from another.
Define span (of an F-vector space).
Let V be an F-vector space, S={v1, …, vr} a finite subset of V. The Span of S,
span S = {x1v1 + … + xrvr : x1, …, xr ∈ F}.
The set of all linear combinations of v1, .., vr.
Define Reduced Row Echelon Form
- All zero rows at bottom.
- Leftmost entry is 1 (pivot/leading).
- Leading 1 is strictly left of above pivots.
- Column containing leading 1 has zero in all other entries.
What is the nullspace?
Given a field F, and a matrix A∈M(m,n)(F),
Nulll(A):={x∈F^n : Ax = 0}.
Null(A) is an F-vector subspace of F^n.
Define a basis.
A span that is linearly independent.
What is a linear map?
Let F be a field and V, W be F-vector spaces. A map l: V -> W is F-linear is:
1. l(u+v) = l(u) + l(v).
2. l(λv) = λl(v)
A composition of two linear maps is also linear.
Define a linear isomorphism.
A linear map that is also a bijection.