Linear Algebra I Flashcards

1
Q

Define premultiplication of a matrix

A

If we premultiply B by A, we get AB.

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

Define postmultiplication of a matrix

A

If we postmultiply B by A, we get BA.

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

Define an inverse matrix

A

If B is the inverse of A, AB = BA = I

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

Define a singular matrix

A

A matrix with no inverse.

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

Define a matrix’s transpose

A

The transpose of a matrix is given by (A^T)ij = Aji

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

Define a symmetric matrix

A

A square matrix where A^T = A

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

Define a skew symmetric matrix

A

A square matrix where A^T = -A

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

Define an orthogonal matrix

A

A matrix, A is orthogonal if A^(-1) = A^T

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

Define a real vector space

A

V is a real vector space if V is non empty and there exists operations:
Addition: u + v ∈ V => u + v ∈ V
Scalar multiplication: For all α ∈ R and u ∈ V, αu ∈ V
satisfying the following axioms:
Addition is commutative, associative and there exists an additive identity and inverses.
Distributivity of scalar multiplication over vector addition
Distributivity of scalar multiplication over field addition.
Scalar multiplication interacts well with field multiplication.
There exists a scalar multiplicative identity.

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

Define a vector subspace

A

W is a subspace of V if W is a subset of V that is closed under addition and scalar multiplication.

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

Define a span of a set

A

Given a subset S {s_1, s_2, …, s_n} of a vector space V over a field F, <S> is the set of all linear combinations of S or the smallest subspace of V that contains all elements in S.</S>

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

Define a spanning set for V

A

A spanning set for V is any set S for which <S> = V</S>

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

Define linear independence

A

v_1, … ,v_m ∈ V are linearly independent if the only solution to (α_1)(v_1) + … + (α_m)(v_m) = 0, where α_i ∈ F is α_1 = … = α_m = 0.

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

Define a basis

A

A linearly independent spanning set

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

Give the Steinitz exchange lemma

A

Let V be a vector space over a field F. Take X = {v1, v2, . . . , vn}, a subset of V.
Suppose that u ∈ <X> but that u ∉ <X\{vi}> for some i.
Let Y = (X\{vi}) ∪ {u}
Then <Y> = <X></X></Y></X>

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

Define the dimension of a vector space

A

The dimension of V is the size of any basis of V

17
Q

Define row rank

A

The row rank of A is the number of non zero rows in RRE(A)

18
Q

Define row space

A

The span of a matrix’s rows

19
Q

Define an internal direct sum

A

V = U ⊕ W if U, W ≤ V and UnW = {0v}

20
Q

Define a linear transformation

A

A map T: V -> W such that T(v1+v2) = T(v1) + T(v2) and T(αv) = αT(v) for all v in V and all α in F

21
Q

Define in invertible transformation

A

A linear transformation T: V -> W where there exists S: W -> V such that ST = id_V and TS = id_W

22
Q

Define the trace of a matrix

A

Trace(A) = a_(jj), summed for all j

23
Q

Define an isomorphism

A

An invertible linear map

24
Q

Define the kernal of a linear map

A

Ker(T) = {v ∈ V : T(v) = 0}

25
Q

Define the image of a linear map

A

Im(T) = {w ∈ W : ∃v ∈ V with T(v) = w}

26
Q

Define the nullity of T

A

dim(Ker(T))

27
Q

Define the rank of T

A

dim(Im(T))

28
Q

Define similar matrices

A

A and B are similar if there exists an invertible X such that A = X^-1BX

29
Q

Define a bilinear form

A

For V, a vector space over F, B:VxV -> F is a bilinear form if B(au + bv, w) = a(u,w) + b(v,w) and B(u, av + bw) = a(u,v) + b(u,w) for u, v, w in V and a, b in F

30
Q

Define a Gram matrix

A

Given v1, …, vk in V, the kxk matrix G defined by g_ij = B(vi,vj) is the Gram matrix for B with respect to v1, …, vk

31
Q

Define a symmetric bilinear form

A

B: VxV -> F is a symmetric bilinear form if B(v,w) = B(w,v) for all v, w in V

32
Q

Define positive definite

A

A matrix where B(v,v) ≥ 0 for all v in V and B(v,v) = 0 if and only if v = 0v

33
Q

Define an inner product

A

A symmetric bilinear form that is also positive definite

34
Q

Define a norm

A

For V, an inner product space with inner product <v1,v2>, the norm of V is the positive square root of <v,v>.

35
Q

Define a unitary matrix

A

A complex matrix A is unitary if AA* = AA = I, where A is the conjugate of A