Chapter 2 – Key Concepts Flashcards

1
Q

Let A, B, and C be matrices of the same size, and let r and s be scalars. Evaluate the following w/ matrix algebra rules:

a. A + B
b. (A + B) + C
c. A + 0
d. r(A + B)
e. (r + s)A
f. r(sA)

A

a. A + B = B + A
b. (A + B) + C = A + (B + C)
c. A + 0 = 0
d. r(A + B) = rA + rB
e. (r + s)A = rA + sA
f. r(sA) = (rs)A

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

If A is m×n and B is n×p with B consisting of the columns [b1bp] then what is the product AB?

A

AB is the m×p matrix whose columns are given by [Ab1 … Abp]. That is, A [b1bp] = [Ab1 … Abp].

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

Each column of AB is a linear combination of what?

A

Every column of AB is a linear combination of the columns of A with weights given by the corresponding column of B.

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

What is the row-column rule for computing AB?

A

The element of AB in the ith column and jth row is given by:

(AB)ij = ai1b1j + … + ainbnj

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

What is the relationship between the ith row of AB and the ith row of A?

A

rowi(AB) = rowi(A) B

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

Let A be m×n and B and C have sizes that allow for the given multiplication to be defined. Then evaluate the following:

a. A(BC)
b. A(B + C)
c. (B + C)A
d. r(AB) for r ∈ ℝ
e. ImA and AIn

A

a. A(BC) = (AB)C
b. A(B + C) = AB + AC
c. (B + C)A = BA + CA
d. r(AB) = (rA)B = A(rB)
e. ImA = AIn = A

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

Evaluate the following in terms of matrix algebra:

a. AB vs BA
b. AB = AC vs. B = C
c. AB = 0 vs. A or B = 0

A

In general…

a. AB ≠ BA
b. AB = AC does not mean B = C
c. AB = 0 does not mean A = 0 or B = 0.

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

Evaluate: Ak for k ∈ ℝ.

A

Ak = A … A (k times)

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

Evaluate the following:

a. (AT)T
b. (A + B)T
c. (rA)T
d. (AB)T

A

a. (AT)T = A
b. (A + B)T = AT + BT
c. (rA)T = r(AT)
d. (AB)T = BTAT

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

The transpose of a product of matrices is what?

A

The product of the transposes in reverse order.

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

What does it mean for A to have an inverse A-1?

A

There exists some matrix such that:

AA-1 = A-1A = I

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

Say A = [[a b], [c d] ]. If ad-bc ≠ 0, what is A-1?

What if ad-bc = 0?

A

A-1 = (1 / (ad-bc)) [[d -b], [-c a] ]

If ad-bc = 0, then A is not invertible.

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

What is the determinant of a 2×2 matrix A?

A

If A = [[a b], [c d] ], then det(A) = ad-bc

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

If A is an n×n invertible matrix, then what must be true about the equation Ax = b for each b ∈ ℝn?

A

The equation Ax = b has the unique solution x = A-1b for all b ∈ ℝn.

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

Evaluate the following:

a. (A-1)-1
b. (AB)-1
c. (AT)-1

A

a. (A-1)-1 = A
b. (AB)-1 = B-1A-1
c. (AT)-1 = (A-1)T

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

What is the inverse of the product of n×n matrices?

A

The product of the inverses of each matrix in reverse order.

17
Q

If an elementary row operation is performed on an m×n matrix A, how can we write the resulting matrix as a product of two matrices?

A

The resulting matrix is EA, where E is the m×m matrix created by performing the same row operation on Im.

18
Q

Are all elementary matrices E invertible? If E does have an inverse, what is it?

A

Yes, their inverse is an elementary matrix of the same time that transforms E back into I.

19
Q

If an n×n matrix A is invertible, what must be true about its relationship to In in terms of row equivalence? If A is row equivalent to In, then how can we get A-1 through elementary row operations?

A

A is row equivalent to In. The sequence of row operations that reduces A to In also transforms In into A-1.

20
Q

Given A, how can A-1 be found or determined not to exist with row operations on an augmented matrix?

A

Row reduce [A I]. If A is row equivalent to I, then [A I] is row equivalent to [I A-1]. Otherwise, A does not have an inverse.

21
Q

What is the invertible matrix theorem?

A

Say A is a square n×n matrix. The following are equivalent statements (all true or all false):

a. A is invertible.
b. A ~ In.
c. A has n pivot positions.
d. Ax = 0 has only the trivial solution.
e. The columns of A form an L.I. set.
f. x ↦ Ax is one-to-one.
g. Ax = b has at least 1 soln. ∀ b ∈ ℝn.
h. Columns of A span ℝn.
i. x ↦ Ax maps ℝn onto ℝn.
j. ∃ n×n C s.t. CA = I.
k. ∃ n×n D s.t. AD = I.
l. AT is invertible.

22
Q

If A and B are square invertible, what must be true about the relationships between A, A-1, B, and B-1 if AB = I?

A

B = A-1 and A = B-1.

23
Q

Let T : ℝn → ℝn and the std matrix of T be A. If T is invertible, what must be true about A? What is the inverse of T equal to?

A

A must be invertible.

The inverse of T is S s.t. S(x) = A-1x and T and S satisfy the following:

  1. S(T(x)) = xx ∈ ℝn.
  2. T(S(x)) = xx ∈ ℝn.
24
Q

If A is m×n and B is n×p, what is the column-row expansion of AB?

A

AB = [col1(A) … coln(A)] [row1(B) … rown(B)] = col1(A)row1(B) + … + coln(A)rown(B)

25
Q

What does it mean for H to be a subspace of ℝn?

A

H must have the following three properties:

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

26
Q

What is the column space of a matrix A?

A

The column space of a matrix A is the set Col A of all linear combinations of the columns of A.

27
Q

What is the null space of a matrix A?

A

The null space of a matrix A is the set Nul A of all solutions of the homogeneous equation Ax = 0.

28
Q

The null space of an m×n matrix A is a subspace of what? Equivalently, the solution set of Ax = 0 is a subspace of what?

A

n

29
Q

What is a basis for a subspace?

A

A basis for a subspace H of ℝn is a linearly independent set in H that spans H.

30
Q

What components of A form a basis for the column space of A?

A

The pivot columns of A.

31
Q

Let B = {b1, …, bp} be a basis for a subspace H. For a given x ∈ H, what are the coordinates of x relative to the basis B? What is the B-coordinate vector of x?

A

The coordinates of x relative to the basis B are the weights c1, …, cp s.t. x = c1b1 + … + cpbp.

The B-coordinate vector of x is: [x]B = [c1 … cp].

32
Q

What is the dimension of a subspace?

A

The dimension of a nonzero subspace H, denoted by dim H, is the number of vectors in any basis for H. The dimension of the zero subspace {0} is defined to be zero.

33
Q

What is the rank of a matrix?

A

The rank of a matrix A, denoted by rank A, is the dimension of the column space of A.

34
Q

What does the rank theorem say?

A

If a matrix A has n columns, then rank A + dim Nul A = n

35
Q

What does the basis theorem say?

A

Let H be a p-dimensional subspace of ℝn. Any linearly independent set of exactly p elements in H is automatically a basis for H. Also, any set of p elements of H that spans H is automatically a basis for H.

36
Q

What does the continued invertible matrix theorem say?

A

Let A be n×n invertible, then the following are equivalent (all true or all false) along with the rest of the IMT:

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