Chapter 4 – Key Concepts Flashcards

1
Q

What is a vector space?

A

A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the ten axioms (or rules) listed below. The axioms must hold for all vectors u, v, and w in V and for all scalars c and d:

  1. u + v ∈ V.
  2. u + v = v + u
  3. (u + v) + w = u + (v + w)
  4. 0 ∈ V s.t. v + 0 = v
  5. u ∈ V, ∃ (-u) ∈ V s.t. u + (-u) = 0
  6. The scalar multiple of u by c, denoted by cu, is in V.
  7. c(u + v) = cu + cv
  8. (c + d)u = cu + du
  9. c(du) = (cd)u
  10. 1u = u
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

For each u in a vector space V and scalar c, evaluate the following:

(1) 0u
(2) c0
(3) -u

A

(1) 0u = 0
(2) c0 = 0
(3) -u = (-1)u

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

What does it mean for H to be a subspace of a vector space V?

A

A subspace of a vector space V is a subset H of V that has three properties:

a. 0 ∈ H
b. ∀ u, v ∈ H, u + v ∈ H
c. ∀ u ∈ H and c ∈ ℝ, cu ∈ H

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

If v1, …, vp are in a vector space V, what must be true about Span{v1, …, vp}?

A

Span{v1, …, vp} is a subspace of V.

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

What is the null space of an m×n matrix A?

A

The null space of an m×n matrix A, written as Nul A, is the set of all solutions of the homogeneous equation Ax = 0. In set notation, Nul A = {x : x ∈ ℝn and Ax = 0}

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

The null space of an m×n A is a subspace of what? In other words, the set of all solutions to Ax = 0 is a subspace of what?

A

n

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

What is the column space of an n×m matrix A?

A

The column space of an m×n matrix A, written as Col A, is the set of all linear combinations of the columns of A. If A = [a1an], then Col A = Span{a1, …, an}.

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

The column space of an m×n matrix A is is a subspace of what?

A

m

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

For A is m×n, describe Col A in set notation.

A

Col A = {b : b = Ax for some x in ℝn}

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

If the column space of an m×n matrix A is all of ℝm, what must be true about the equation Ax = b?

A

The column space of an m×n matrix A is all of ℝm if and only if the equation Ax = b has a solution for all b ∈ ℝm.

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

What is the definition of a linear transformation from a vector space V into a vector space W?

A

A linear transformation from a vector space V into a vector space W is a rule that assigns to each vector x in V a unique vector T(x) in W s.t.:

(i) T(u + v) = T(u) + T(v) ∀ u, v ∈ V, and
(ii) T(cu) = cT(u) ∀ u ∈ V and c ∈ ℝ.

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

If an indexed set {v1, …, vp} of two or more vectors is linearly dependent and v10, what must be true about an arbitrary vector vj for j > 1, in relation to v1, …, vj-1?

A

There must be some vj that is a linear combination of v1, …, vj-1.

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

If H is a subspace of V, what must be true about B = {b1, …, bp} in V for it to be a basis for H?

A

(i) B is a linearly independent set, and
(ii) the subspace spanned be B coincides with H. That is, H = span{b1, …, bp}.

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

What does the spanning set theorem say?

A

Let S = {v1, …, vp} be a set in V, and let H = span{v1, …, vp}.

a. If vk ∈ S is a linear combination of the remaining vectors in S, then S \ {vk}.
b. If H ≠ {0}, some subset of S is a basis for H.

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

Which columns of a matrix A form the basis for Col(A)?

A

The pivot columns of a matrix A form a basis for Col A.

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

What does the unique representation theorem say?

A

Let B = {b1, …, bn} be a basis for a vector space V. Then ∀ x ∈ V, ∃ a unique set of scalars c1, …, cn such that: x = c1b1 + … + cnbn.

17
Q

Suppose B = {b1, …, bn} is a basis for V, and x ∈ V. What are the coordinates of x relative to the basis B (or the B-coordinates of x)?

A

the coordinates of x relative to the basis B (or the B-coordinates of x) are the weights c1, …, cn such that x = c1b1 + … + cnbn.

18
Q

What is the change of coordinate matrix for a basis B?

A

PB = [b1bn] s.t. x = PB[x]B.

19
Q

Let B = {b1, …, bn} be a basis for V. Is the coordinate mapping x ↦ [x]B one-to-one or onto?

A

x ↦ [x]B is a one-to-one linear transformation from V onto ℝn.

20
Q

If a vector space V has a basis B = {b1, …, bn}, then is a set of more than n vectors linearly independent or dependent?

A

It must be linearly dependent.

21
Q

If a vector space V has a basis with n vectors, what must be true about the number of vectors in any other basis for V?

A

They must all contain exactly n vectors as well.

22
Q

What does it mean for a vector space V to be finite-dimensional? Infinite-dimensional? What’s the dimension of {0}?

A

If V is spanned by a finite set, then V is said to be finite-dimensional, and the dimension of V , written as dim V , is the number of vectors in a basis for V . The dimension of the zero vector space {0} is defined to be zero. If V is not spanned by a finite set, then V is infinite-dimensional.

23
Q

Let H be a subspace of a finite-dimensional vector space V. What kinds of subsets of H and V can we expand to a basis for H? Is H finite-dimensional? What is the relationship between dim H and dim V?

A

Any linearly independent set in H can be expanded to a basis for H. H is finite-dimensional and dim H ≤ dim V.

24
Q

What is the basis theorem?

A

Let V be a p-dimensional vector space, p ≥ 1. Any linearly independent set of exactly p elements in V is automatically a basis for V. Any set of exactly p elements that spans V is automatically a basis for V.

25
Q

What is the relationship between the dimensions of the null space of A and the column space of A and the solution set free variables and pivot columns in A?

A

The dimension of Nul A is the number of free variables in the equation Ax = 0, and the dimension of Col A is the number of pivot columns in A.

26
Q

What is the relationship between the row spaces of two row equivalent matrices A and B? How can bases for A and B be generated by elementary row operations?

A

If two matrices A and B are row equivalent, then their row spaces are the same. If B is in echelon form, the nonzero rows of B form a basis for the row space of A as well as for that of B.

27
Q

What is the rank of a matrix A?

A

The rank of A is the dimension of the column space of A.

28
Q

What is the rank theorem?

A

The dimensions of the column space and the row space of an m×n matrix A are equal. This common dimension, the rank of A, also equals the number of pivot positions in A and satisfies the equation:

rank A + dim Nul A = n

29
Q

Evaluate the following equivalent expressions for the continued invertible matrix theorem w/ rank. A is an n×n matrix, the following are equivalent to the statement that A is invertible:

m. The columns of A form a basis for what?
n. Col A = ?
o. dim Col A = ?
p. rank A = ?
q. Nul A = ?
r. dim Nul A = ?

A

m. The columns of A form a basis of ℝn.
n. Col A = ℝn
o. dim Col A = n
p. rank A = n
q. Nul A = {0}
r. dim Nul A = 0

30
Q

Let B = {b1, …, bn} and C = {c1, …, cn} be bases of a vector space V. What is the change-of-coordinates matrix from B to C?

A

An n×n matrix P(C←B) s.t. [x]C = P(C←B) [x]B. The columns of P(C←B) are the C-coordinate vectors of the vectors in B: P(C←B) = [[b1]C … [bn]C ]

31
Q

What is the relationship between P(C←B) and P(B←C)?

A

( P(C←B) )-1 = P(B←C)