Definitions And Basic Rules Flashcards
Stuff to memorise
Vector Space
A set V equipped with the following data:
D1: Addition operation (sum of 2 vectors im V is also in V)
D2: contains zero vector
D3: scalar multiplication (scalarXv must be in V)
8 vector space rules
- v+w = w+v (COMMUTATIVE)
- (v+w)+u = v+(w+u) (ASSOCIATIVE)
- 0+v = v+0 = v (ZERO VECTOR IS ADDITIVE IDENTITY)
- k.(v+w) = kv+kw, k is a scalar (DISTRIBUTIVE)
- (k+l).v = kv+lv, k and l are scalars (DISTRIBUTIVE)
- k.(l.v) = (kl).v , k, l scalars (ASSOCIATIVE)
- 1.v = v (1 IS MULTIPLICATIVE IDENTITY)
- 0.v = 0 (0 scalar X any vector = 0 vector)
Additive inverse
(-v) := (-1)v
Subspace
A subspace that satisfies all the vector space rules (see vector space card)
Degree of a polynomial
The highest power of x
Degree of a trig polynomial
The highest multiple of x in the formula
Linear combination
A linear combination of a finite collection v1,v2,…,vn of vectors in a vector space V is a vector of the form a1v1+a2v2+…+anvn where a1, a2, …, an are scalars
Span
A list of vectors spans a vector space if every vector in the vector space can be written as a linear combination of the vectors in the list
Linearly independent
v1, …, vn is linearly independent if a1v1+…+anvn =0 has only the trivial solution a1=a2…=an=0
list is linearly independent iff …
all vectors are non-zero and cannot be expressed as linear combinations of the others
Linear combination of preceding vectors proposition
v1, v2, …, vn is a list of vectors in V. The following are equivalent:
- The list is linearly dependent
- Either v1 = 0, or for some r in {2, 3, …n} vr is a linear combination the v1, v2, …, v(r-1) vectors
Bumping off proposition
Suppose l1, l2, …, lm is a linearly independent list of vectors in V and s1, s2, …, sn spans V. Then m<= n
Basis
A list of vectors that is linearly independent and spans V
Finite-dimensional
A vector space is finite dimensional if it has a basis e1, e2, …, en (you can count the basis vectors)
Dimension of V
din V:= the number of vectors in a basis for V
Invariance of dimension theorem
If e1, e2, …, en and f1, f2, …, fm are bases of a vector space V, then m=n
Bases give coordinates proposition
A list of vectors e1, e2, …, en is a basis for V iff every vector in V can be written as a linear combination v = a1e1+a2e2+…+anen in precisely one way
Sifting algorithm
- Start with a list of vectors v1, v2, …,vn in a vector space V
- Consider each vector vi consecutively. If vi=0, or if it is a linear combination of the preceding vectors, remove it
- At the end, the resulting list will be linearly independent, by the linear combination of preceding vectors proposition
Coordinate vector of v with respect to the basis B
v = a1b1=a2b2+…+anbn
v := [a1, a2, …, an]^T in Col(n)