Chapter 1 Flashcards
Examples of fields?
- real numbers
- complex numbers
- integers modulo n
What is a field?
A set with the operators addition and multiplication
What 5 axioms do operators of a field have to satisfy?
F1) Commutativity
F2) Associativity
F3) Distributivity
F4) Identities
F5) Inverses
What is the field of 2 numbers called?
Modulo 2
What would a vector in (F₂)³ look like?
(1̅, 0̅, 1̅)
What is a vector space?
A vector space V over a field F is a set with 2 operations: addition and multiplication by scalars
What 5 axioms do operators of a vector space have to satisfy?
V1) Closure
V2) Commutativity and associativity of addition
V3) Distributivity and compatibility of scalar multiplication
V4) 1v = v
V5) There is a unique element, call it 𝟎 ⋲ V, such that 0𝐯 = 𝟎
What is a subspace?
A subspace of V is a subset U which contains 𝟎 and is closed under addition and scalar multiplication
What do you need to do to show something is not a subspace?
Find a counter-example
What is a linear span?
A linear span of a finite set of vectors S = {v₁, v₂, …, vn} in a vector space V is the set of all linear combinations of the vectors. That is:
span(S) = {ɑ₁v₁ + … + ɑnvn : ɑ₁ … ⋲ F}
How would you prove span(S) is a subspace of V? where S = {v₁, v₂, …, vn} where vi ⋲ V∀i
Check that:
- Contains zero element
- Addition holds
- Scalar multiplication holds
What are the 3 different types of subspace of R²?
- zero vector
- lines through the origin ( = R¹)
- planes through the origin ( = R²)
What is a spanning set?
S = {v₁, v₂, …, vn} is a spanning set of V if span(S) = V
we say that S spans V
What is span(2u) equal to?
span(u)
What is span(u₁, u₁ + u₂) equal to?
span(u₁, u₂)