Chapter 1 – Key Concepts Flashcards

1
Q

What are the possible solutions for a system of linear equations?

A
  1. No solution, or
  2. exactly 1 solution, or
  3. infinitely many solutions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the elementary row operations?

A
  1. (Replacement) Replace one row by the sum of itself and a multiple of another row.
  2. (Interchange) Interchange two rows.
  3. (Scaling) Multiply all entries in a row by a nonzero constant.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the relationship between row-equivalent augmented matrices and the solution sets for the two corresponding linear systems?

A

If the augmented matrices of two linear systems are row equivalent, then the two systems have the same solution set.

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

What are the two fundamental questions about linear systems that are answered by linear algebra?

A
  1. Is the system consistent; that is, does at least one solution exist?
  2. If a solution exists, is it the only one; that is, is the solution unique?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the definitions for row echelon form (REF) and reduced row echelon form (RREF)?

A

A rectangular matrix is in REF if:

  1. All nonzero rows are above any rows of all zeros.
  2. Each leading entry of a row is in a column to the right of the leading entry of the row above it.
  3. All entries in a column below a leading entry are zeros.

It is in RREF if it’s in REF and:

  1. The leading entry in each nonzero row is 1.
  2. Each leading 1 is the only nonzero entry in its column.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the relationship between row equivalence and reduced row echelon form?

A

If A and B are row equivalent, they will have the exact same RREF.

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

What’s a pivot position? A pivot column?

A

A pivot position is a location in a matrix A that corresponds to a leading 1 in RREF(A). A pivot column is a column of A which has a pivot position.

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

What is the algorithm to put a matrix in RREF?

A
  1. Begin with the leftmost nonzero column. This is a pivot column. The pivot position is at the top.
  2. Select a nonzero entry in the pivot column as a pivot. If necessary, interchange rows to move this entry into the pivot position.
  3. Use row replacement operations to create zeros in all positions below the pivot.
  4. Cover (or ignore) the row containing the pivot position and cover all rows, if any, above it. Apply steps 1–3 to the submatrix that remains. Repeat the process until there are no more nonzero rows to modify.
  5. Beginning with the rightmost pivot and working upward and to the left, create zeros above each pivot. If a pivot is not 1, make it 1 by a scaling operation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the existence and uniqueness theorem for linear systems?

A

A linear system is consistent iff the rightmost column in its augmented matrix is not a pivot: nothing of the form [0 … 0 b]. If a system is consistent, the solution set is either unique if there are no free variables or it is an infinite set of solutions.

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

How is row reduction used to solve a linear system?

A
  1. Write the augmented matrix of the system.
  2. Use the row reduction algorithm to obtain an equivalent augmented matrix in echelon form. Decide whether the system is consistent. If there is no solution, stop; otherwise, go to the next step.
  3. Continue row reduction to obtain the reduced echelon form.
  4. Write the system of equations corresponding to the matrix obtained in step 3.
  5. Rewrite each nonzero equation from step 4 so that its one basic variable is expressed in terms of any free variables appearing in the equation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the parallelogram rule for addition?

A

If u and v in ℝ2 are represented as points in the plane, then u + v corresponds to the fourth vertex of the parallelogram whose other vertices are u, 0, and v.

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

What are the algebraic properties of ℝn?

A

For all u, v, w in ℝn and all scalars c and d:

(i) u + v = v + u
(ii) (u + v) + w = u + (v + w)
(iii) u + 0 = 0 + u = u
(iv) u + (-u) = (-u) + u = 0
(v) c(u + v) = cu + cv
(vi) (c + d)u = cu + du
(vii) c(du) = (cd)u

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

What’s the relationship between a vector equation and an augmented matrix?

A

A vector equation x1a1 + … + xnan = b has the same solution set {x1 … xn} as the augmented matrix [a1an b]. In particular, b is a linear combination of a1an iff there exists a solution to the linear system corresponding to the augmented matrix [a1an b].

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

What is the span of a given set of vectors?

A

For v1, …, vp ∈ ℝn, then the set of all linear combinations of v1, …, vp is denoted Span{v1, …, vp} and is called the subset of ℝn spanned (or generated) by v1, …, vp. Span{v1, …, vp} is the collection of all vectors that can be written as c1v1 + … + cpvp for c1, …, cp ∈ ℝ.

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

What is the definition of the product of a matrix A and a vector x?

A

If A is an m×n matrix, with columns a1, …, an, and if x is in ℝn, then the product of A and x, denoted by Ax, is the linear combination of the columns of A using the corresponding entries in x as weights; that is, Ax = x1a1 + … xnan.

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

What is the relationship between the solution sets of Ax = b, x1a1 + … + xnan = b, and the system of linear equations whose augmented matrix is [a1an b]?

A

The solution sets for all three of these expressions are equivalent.

17
Q

What must be true about b in terms of its relation to the columns of A, if Ax = b has a solution?

A

b must be a linear combination of the columns of A.

18
Q

b ∈ ℝm, Ax = b has a solution. If this is true, what can we say about the following:

  1. The relation between any b ∈ ℝm and the columns of A as vectors.
  2. The span of the columns of A.
  3. The pivot positions of A.
A

The following must be all true or all false:

a. For each b ∈ ℝm, the equation Ax = b has a solution.
b. Each b in ℝm is a linear combination of the columns of A.
c. The columns of A span ℝm.
d. A has a pivot position in every row.

19
Q

What is the row-vector rule for computing Ax?

A

If the product Ax is defined, then the ith entry in Ax is the sum of the products of corresponding entries from row i of A and from the vector x.

20
Q

What are the basic algebraic properties for A is an m×n matrix, u and v are vectors in n, and c is a scalar?

a. A(u + v) = ?
b. A(cu) = ?

A

a. A(u + v) = Au + Av;
b. A(cu) = c(Au).

21
Q

What must be true about the homogeneous equation Ax = 0 if it has a nontrivial solution?

A

There must be a free variable in the equation.

22
Q

Suppose the equation Ax = b is consistent for some given b, and let p be a solution. Describe the solution set in terms of the solution set to the homogeneous equation Ax = 0.

A

The solution set of Ax = b is the set of all vectors of the form w = p + vh, where vh is any solution of the homogeneous equation Ax = 0.

23
Q

What are the steps for writing a solution set (of a consistent system) in parametric vector form?

A
  1. Row reduce the augmented matrix to RREF. 2. Express each basic variable in terms of any free variables appearing in an equation. 3. Write a typical solution 𝐱 as a vector whose entries depend on the free variables, if any. 4. Decompose 𝐱 into a linear combination of vectors (with numeric entries) using the free variables as parameters.
24
Q

If an indexed set of vectors {v1, …, vp} in ℝn is linearly independent, what must be true about the solution set of the following vector equation?

x1v1 + … + xpvp = 0

And if {v1, …, vp} is linearly dependent?

A

If linearly independent, the equation must have only the trivial solution x = 0. If linearly dependent, there must exist some c1, …, cp ∈ ℝ not all zero such that ∑civi = 0.

25
Q

What must be true about the columns of A if the equation Ax = 0 has only the trivial solution?

A

The columns of a matrix A are linearly independent if and only if the equation Ax = 0 has only the trivial solution.

26
Q

A set of two vectors {v1, v2} is linearly dependent if what relationship exists between the two? And if the set is linearly independent?

A

If it is dependent, v1 = cv2 for some c ∈ ℝ where c ≠ 0. If the set is linearly independent, then v1 is not a multiple of v2.

27
Q

If S = {v1, …, vp} has at least one vector that is a multiple of other vectors in S, is the set linearly independent or dependent? In other words, say v1 ≠ 0, then some vj for j > 1 is a linear combination of the preceding vectors v1, …, vj-1.

A

Linearly dependent.

28
Q

If a set contains more vectors than there are entries in each vector, is it linearly independent or dependent?

A

The set is linearly dependent. That is, any set {v1, …, vp} in ℝn is linearly dependent if p > n.

29
Q

If a set contains the zero vector, is it linearly independent or dependent?

A

Dependent.

30
Q

What two conditions must hold if a transformation (or mapping) T is linear?

A

(i) T(u + v) = T(u) + T(v) for all u, v in the domain of T.
(ii) T(cu) = cT(u) for all c ∈ ℝ and all u in the domain of T.

31
Q

If T is a linear transformation, evaluate the following:

  1. T(0)
  2. T(cv + du) for c, d ∈ ℝ.
A
  1. T(0) = 0
  2. T(cv + du) = cT(v) + dT(u)
32
Q

If T is a linear transformation, evaluate the superposition principle:

T(c1v1 + … + cpvp)

A

T(c1v1 + … + cpvp) = c1T(v1) + … + cpT(vp)

33
Q

What is the relationship between linear transformations and matrices?

A

If T: ℝm→ℝn, there exists a unique n×m matrix A (the std. matrix of T) s.t. T(x) = Ax and A = [T(e1) … T(em)].

34
Q

A transformation is onto if what?

A

A mapping T: ℝn→ℝm is said to be onto ℝm if each b in ℝm is the image of at least one x in ℝn.

35
Q

A transformation is one-to-one if what?

A

A mapping T: ℝn→ℝm is said to be one-to-one if each b in ℝm is the image of at most one x in ℝn.

36
Q

If T: ℝn→ℝm is a one-to-one linear transformation, what must be true about the equation T(x) = 0?

A

It must have only the trivial solution x = 0.

37
Q

Let T: ℝn→ℝm be a linear transformation with a standard matrix A. If T is onto, what must be true about the columns of A? What about if T is one-to-one – what must be true about the columns then?

A

a. T maps ℝn onto ℝm iff the columns of A span ℝn.
b. T is one-to-one iff the columns of A are linearly independent.