Linear Algebra // Flashcards

1
Q

Field

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Vector space

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Scalar

A

An element of the field K

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Linearly dependent

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Linearly independent

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Linear combination

A

Vectors of the form α1v1 + α2v2 + … + αnvn for α1, α2, …, αn ∈ K are called linear combinations of v1, v2, …, vn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Span

A

The vectors v1, v2, …, vn in V span V if every vector v ∈ V is a linear combination α1v1 + α2v2 + … + αnvn of v1, …, vn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Basis

A

The vectors v1, …, vn in V form a basis of V if they are linearly independent and span V

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Subspace

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The set W1 + W2

A

Let W1, W2 be subspaces of the vector space V. Then W1 + W2 = {w1 + w2 | w1 ∈ W1, w2 ∈ W2}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Linear map

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Image

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Kernel

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Rank

A

dim(im(T))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Nullity

A

dim(ker(T))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Non-singular linear map

A

A linear map T such that dim(U) = dim(V) = n, such that T is bijective, rank(T) = n and nul(T) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Addition on linear maps T1 + T2: U → V

A

(T1 + T2)(u) = T1(u) + T2(u) for u ∈ U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Scalar multiplication αT1: U → V

A

(αT1)(u) = αT1(u) for u ∈ U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Composition T2T1: U → W, where T1: U → V and T2: V → W

A

(T2T2)(u) = T2(T1(u)) for u ∈ U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Hom_K(U, V)

A

Hom_K(U,V) = {T: U → V | T is linear}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Multiplication of matrices AB

A
Let A = (αij) be an lxm matrix over K and let B = (βij) be an mxn matrix over K.
The product AB = C = (γij) is an lxn matrix where for 1 ≤ i ≤ l and 1 ≤ j ≤ n,
γij = Σ(k=1,m) αik*βkj

note: #cols of A = #rows of B

22
Q

Nullspace of a matrix A

A

Given a matrix A, the set of column vectors x ∈ K^n,1 solving Ax = 0 is the nullspace of A

23
Q

Elementary row operations R1, R2, R3

A

R1 for some i ≠ j, add a multiple of rj to ri
R2 interchange two rows
R3 multiply a row by a non-zero scalar

24
Q

Upper echelon form

A

i) all zero rows are below all non zero rows
ii) let r1,…,rs be the non-zero rows. Then each ri with 1 ≤ i ≤ s has 1 as its first non-zero entry
iii) c(1) < c(2) < … < c(s)
iv) α_k,c(i) = 0 for all k > i

25
Q

Row reduced form

A

i) all zero rows are below all non zero rows
ii) let r1,…,rs be the non-zero rows. Then each ri with 1 ≤ i ≤ s has 1 as its first non-zero entry
iii) c(1) < c(2) < … < c(s)
iv) α_k,c(i) = 0 for all k ≠ i

26
Q

Smith normal form

A

A matrix in the form
(I_s | 0_s,n-s
0_m-s,s | 0_m-s,n-s)
I_s denotes the sxs identity matrix, and 0_k,l denotes the kxl zero matrix

27
Q

Row-space of A

A

The subspace of K^n spanned by the rows r1,…,rm of A

28
Q

Row rank of A

A

The dimension of the row-space of A/the size of the largest LI subset of r1,…,rm

29
Q

Column-space

A

The subspace of K^m,1 spanned by the columns c1,…,cn of A

30
Q

Column rank

A

The dimension of the column-space of A/the size of the largest LI subset of c1,…,cn

31
Q

Invertible linear map T

A

T is invertible if there is a map T^-1: V → U with TT^-1 = Iv and T^-1T = Iu

32
Q

Invertible matrix A

A

A is invertible if AA^-1 = Im and A^-1A = In

33
Q

Elementary row matrices corresponding to R1, R2, R3

A
  1. E(n)(λ,i,j, 1) (where i ≠ j) is the nxn matrix equal to the identity, but with an additional non-zero entry λ in the (i,j) position
  2. E(n)(i,j, 2) is the nxn matrix with its ith and jth rows interchanged
  3. E(n)(λ,i, 3) (where λ ≠ 0) is the nxn identity matrix with its (i,i) entry replaced by λ
34
Q

Sigma version of det(A)

A

Σ(φ ∈ Sn) sign(φ)α_1φ(1)α_2φ(2)…α_nφ(n)

35
Q

Upper triangular matrix

A

All of its entries below the main diagonal are zero

36
Q

Diagonal matrix

A

All entries not on the main diagonal are zero

37
Q

Transpose A^T of A

A

Let A = (αij) be an mxn matrix, the transpose A^T of A js the nxm matrix (βij), where βij = αji for 1 ≤ i ≤ n, 1 ≤ j ≤ m

38
Q

Minor Mij of the nxn matrix A

A

The minor Mij is the determinant of the (n-1)x(n-1) matrix obtained from A by deleting the ith row and jth column of A

39
Q

(i,j)-th co-factor cij of A

A

cij = (-1)^(i+j)*Mij

40
Q

Adjoint matrix adj(A) of the nxn matrix A

A

adj(A) is the nxn matrix where the (i,j)-th element is the cofactor cji (ie the transpose of the matrix of cofactors)

41
Q

Equivalent matrices

A

Two matrices A and B are said to be equivalent if there exist invertible P and Q with B = QAP (represent the same linear map)

42
Q

Similar matrices

A

Two nxn matrices over K are said to be similar if there exists and nxn invertible matrix P with B = P^-1AP (represent the same linear map from V to V wrt different bases of V)

43
Q

Eigenvector/value of T

A

Suppose that for some non-zero vector v ∈ V and some scalar λ ∈ K, we have T(v) = λv. Then v is called an eigenvector of T, and λ is called the eigenvalue of T corresponding to v

44
Q

Characteristic equation of a matrix A

A

For an nxn matrix A, the characteristic equation is det(A - xIn) = 0

45
Q

Scalar product of two vectors

A

If v = (α1, …, αn), w = (β1, …, βn)

v.w = Σ(i=1, n)αiβi

46
Q

Orthonormal basis

A

A basis b1, …, bn of ℝ^n is orthonormal if

i) bi.bi = 1 for 1 ≤ i ≤ n
ii) bi.bj = 0 for 1 ≤ i,j ≤ n and i ≠ j

47
Q

Symmetric matrix A

A

An nxn matrix A such that A^T = A

48
Q

Orthogonal

A

An nxn matrix A is orthogonal if A^T = A^-1

49
Q

Diagonalisable

A

A matrix which is similar to a diagonal matrix

50
Q

Complementary subspaces

A

Two subspaces W1 and W2 of V are complementary if W1 ∩ W2 = {0} and W1 + W2 = V