Linear Algebra // Flashcards
Field
A set S on which addition and multiplication are defined is called a field if it satisfies each of the axioms A1-4, M1-4 and D, and if, in addition 1 ≠ 0
Vector space
A vector space over a field K is a set V which has two basic operations, addition and scalar multiplication. Thus for every pair u,v ∈ V, u + v ∈ V is defined, and for every α ∈ K, αv ∈ V is defined. The following axioms are satisfied for all α,β ∈ K and all u,v ∈ V
i) vector addition satisfies axioms A1-4
ii) α(u + v) = αu + αv
iii) (α + β)v = αv + βv
iv) (αβ)v = α(βv)
v) 1v = v
Scalar
An element of the field K
Linearly dependent
Let V be a vector space over the field K. The vectors v1, v2, … vn are said to be linearly dependent if there exist scalars α1, α2, …, αn ∈ K, not all 0, such that α1v1 + α2v2 + … + αnvn = 0
Linearly independent
v1, v2, … vn are linearly independent if the only scalars α1, α2, …, αn ∈ K that satisfy α1v1 + α2v2 + … + αnvn = 0 are α1 = α2 = … = αn = 0
Linear combination
Vectors of the form α1v1 + α2v2 + … + αnvn for α1, α2, …, αn ∈ K are called linear combinations of v1, v2, …, vn
Span
The vectors v1, v2, …, vn in V span V if every vector v ∈ V is a linear combination α1v1 + α2v2 + … + αnvn of v1, …, vn
Basis
The vectors v1, …, vn in V form a basis of V if they are linearly independent and span V
Subspace
A subspace of V is a non-empty subset W ⊂ V such that where u, v ∈ W and α ∈ K, u + v ∈ W and αv ∈ W
The set W1 + W2
Let W1, W2 be subspaces of the vector space V. Then W1 + W2 = {w1 + w2 | w1 ∈ W1, w2 ∈ W2}
Linear map
Let U, V be two vector spaces over the same field K. A linear map T from U to V is a function T: U → V such that
i) T(u1 + u2) = T(u1) + T(u2) for all u1,u2 ∈ U;
ii) T(αu) = αT(u) for all α ∈ K and u ∈ U
Image
Let T: U → V be a linear map. The image of T, written as im(T) is defined to be the set of vectors v ∈ V such that v = T(u) for some u ∈ U
Kernel
Let T: U → V be a linear map. The kern of T, written as ker(T), is defined to be the set of vectors u ∈ U such that T(u) = 0v
Rank
dim(im(T))
Nullity
dim(ker(T))
Non-singular linear map
A linear map T such that dim(U) = dim(V) = n, such that T is bijective, rank(T) = n and nul(T) = 0
Addition on linear maps T1 + T2: U → V
(T1 + T2)(u) = T1(u) + T2(u) for u ∈ U
Scalar multiplication αT1: U → V
(αT1)(u) = αT1(u) for u ∈ U
Composition T2T1: U → W, where T1: U → V and T2: V → W
(T2T2)(u) = T2(T1(u)) for u ∈ U
Hom_K(U, V)
Hom_K(U,V) = {T: U → V | T is linear}