Practice Problems Flashcards

1
Q

In some cases, a matrix may be reduced to more than one matrix in reduced echelon form, using different sequences of row operations

A

False

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

The row reduction algorithm applies only to augmented matrices for a linear system

A

False

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

A basic variable in a linear system is a variable that corresponds to a pivot column in the coefficient matrix

A

True

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

Finding a parametric description of the solution set of a linear system is the same as solving the system

A

True

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

If one row in an echelon form of an augmented matrix is [ 0 0 0 5 0] the associated linear system is inconsistent

A

False

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

The Echelon form of a matrix is unique

A

False

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

The pivot positions in a matrix, depending on whether row interchanges are used in the row reduction process

A

False

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

Reducing a matrix to echelon form is called the forward phase of the row reduction process

A

True

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

Whenever a system has free variables, the solution that contains many solutions

A

False. The existence of at least one solution is not related to the presence or absence of free variables. If the system is inconsistent, the solution set is empty.

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

A general solution of a system is an explicit description of all solutions of the system

A

True

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

Suppose a 3 x 5 coefficient matrix for a system has three pivot columns is the system consistent? Wire why not?

A

Yes, the system is consistent because with three pivots, there must be a pivot in the third bottom row of the coefficient matrix the reduced echelon form cannot contain a row of the form [ 0 0 0 0 0 1]

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

Suppose a system of linear equations has a 3 x 5 augmented matrix whose fifth column is a pivot column. Is the system consistent? Wire why not

A

The system is inconsistent because the pivot in the fifth column means that there is a row of [ 0 0 0 0 01] in the reduced echelon form. Since the matrix is the augmented matrix for our system, then this is an evil row.

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

Suppose the coefficient matrix of a system of linear equations has a pivot position in every row. Explain why the system is consistent.

A

If the coefficient matrix has a pivot position in every row, then there is a pivot position in the bottom row, and there is no room for fit in the augmented column. So the system is consistent by theorem two

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

Suppose the coefficient matrix of a linear system of three equations in three variables has a pivot in each column explain why the system has a unique solution

A

Since there are three pivots one in each row, the augmented matrix must reduce no matter what the values of ABC the solution exists and is unique.

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

Restate the last sentence in theorem two using the concept of pivot columns.” if a linear system is consistent, then the solution is unique if and only if_____”

A

Every column in the coefficient matrix is a pivot column otherwise there are infinitely many solutions

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

What would you have to know about the pivot columns in any augment matrix in order to know that the linear system is consistent and has a unique solution

A

Every column in the augmented matrix except the right most column is a pivot column, and the right most column is not a pivot column.

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

A system of linear equations with fewer equations than known is sometimes called an undetermined system. Suppose that such a system happens to be consistent. Explain why there must be an infinite number of solutions.

A

An undetermined system always has more variable equations. There cannot be more basic variables than there are equations. There must be at least one free variable. Such a variable may be assigned, infinitely many different values. If the system is consistent, each different values of a free variable will produce a different solution.

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

A system of linear equations with more equations than unknown is sometimes called an overdetermined system. Can such a system be consistent?

A

Yes, our system of linear equations with more equations than unknown can be consistent

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

Another notation for the vector [-4/3] is [-4 3]

A

False, the alternative notation for a column vector is (-4, 3) using parentheses and commas

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

The point in the plane corresponding to the column vectors (-2, 5) and (-5, 2) lie on a line through the origin

A

False. Plot the points to verify this.

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

An example of a linear combination of vectors V1 and V2 is the vector 1/2 V1

A

True

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

The solution to a set of linear systems whose augmented matrix is [a1 a2 a3 b] is the same as the solution set of the equation x1a1 + x2a2 + x3a3 = b

A

True

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

The set span{u, v} It’s always visualized as a plane through the origin.

A

False. The statement is often true, but the span can also be a line or the zero vector.

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

Any list of five real numbers as a vector in R5

A

True

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

The vector u results when a vector u-v is added to the vector v

A

True

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

The weights c1,…….cp in a linear combination c1v1 +… cpvp cannot all be zero

A

False

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

When u and c are nonzero vectors, Span {u,v} contains the line throughout u and the origin

A

True

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

Asking whether the linear system corresponding to an augmented matrix [a1 a2 a3 b] has a solution amounts to asking whether B is in the span{a1 a2 a3}

A

True

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

The equation AX = B is referred to as a vector equation

A

False, that is the matrix equation

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

A vector B is a linear combination of the column of matrix a F and only if the equation Ax= b has at least one solution

A

True

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

The equation Ax=b is consistent if the augmented matrix [A b] has a pivot position in every row

A

False

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

The first entry in the product Ax is a sum of product

A

True

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

If the columns of a nxm matrix A span Rm then the equation Ax= b is consistent first each b in R^m

A

True

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

If A is an mxn matrix and if the equation Ax=b is inconsistent for some b in R^m then A cannot have a pivot position in every row

A

True

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

Every matrix equation Ax=b corresponds to a vector equation with the same solution set

A

True

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

Any linear combination of vectors can always be written in the form Ax for a suitable matrix A and vector x

A

True

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

The solution set of a linear system whose augmented matrix is [a1 a2 a3 b] is the same as the solution set of Ax=b if A =[a1 a2 a3]

A

True

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

If the equation Ax=b is inconsistent then b is not in the set spanned but the columns of A

A

True

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

In the augmented matrix [A b] has a pivot position in every row then the equation Ax=b is inconsistent

A

False

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

In A is an mxn matrix whose columns do not span Rm then the equation Ax=b is inconsistent for some b in R^m

A

True

41
Q

Let A be a 3x2 matrix. Explain why the equation Ax=b cannot be consistent for all b in R^3. Generalize your argument to the case of an arbitrary A with more rows than columns.

A

A 3x2 matrix has three rows and two columns. With only two columns, A can have at most two pivot columns and so A has at most two pivot positions, which is not enough to fill all three rows. By Theorem 4, the equation Ax=b cannot be consistent for all b in R^3. Generally, if A is an mxn matrix m>n then A can have at most n pivot positions which is not enough to fill all m rows. Thus the equation Ax=b cannot be consistent for all b in R^3

42
Q

Could a set of three vectors in R^4 span all of R^4? Explain. What about n vectors in R^m when n is less than m?

A

A set of three vectors in cannot span R^4. Reason: the matrix A whose columns are these three vectors has four rows. To have a pivot in each row, A would have to have at least 4 columns which is not the case. Since A does not have a pivot in every row, its columns do not span R^4 by theorem 4.

43
Q

A homogeneous equation is always consistent

A

True

44
Q

The equation Ax=0 gives an explicit description of its solution set.

A

False. It gives an implicit description of

45
Q

The homogeneous equation Ax=0 has the trivial solution if an only if the equation has at least one free variable

A

False

46
Q

The equation x = p+tv describes a line though v parallel to p

A

False

47
Q

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 equation Ax=0

A

False

48
Q

If x is a nontrivial solution of Ax=0 then every entry in x is nonzero

A

False

49
Q

The equation x= x2u + x3v with x2 and x3 free and neither u nor v a multiple of the other, describes a plane through the origin

A

False

50
Q

The equation Ax=b is homogeneous if the zero vector is a solution

A

False

51
Q

The effect of adding p to a vector is to move the vector in a direction parallel to p

A

False

52
Q

The solution set of Ax=b is obtained by translating the solution set of Ax=0

A

False

53
Q

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

A

False

54
Q

If S is a linearly dependent set then each vector is a linear combination of the other vectors in S.

A

False

55
Q

The columns of any 4x5 matrix are linearly dependent

A

True

56
Q

If x and y are linearly independent and if {x,y,z} is linearly dependent, then z is in span{x,y}

A

True

57
Q

Two vectors are linearly dependent if and only if they lie on a line through the origin

A

True

58
Q

If a set contains fewer vectors than there are entries in the vectors then the set is linearly independent

A

False

59
Q

If x and y are linearly independent and if z is in son {x,y} then {x,y,z} is linearly dependent

A

True

60
Q

If a set in R^n is linearly dependent then the set contains more vectors than there are entries in each vector

A

False

61
Q

A linear transformation is a special type of function

A

True

62
Q

If A is a 3x5 matrix and T is a transformation defined by T(x) =Ax then the domain of T is R^3

A

False

63
Q

If A is an mxn matrix then the range of the transformation x-> Ax is R^m

A

False

64
Q

Every linear transformation is a matrix transformation

A

False

65
Q

A transformation T is linear if and only if T(c1v1 + c2v2) = c1T1(v1) + c2T(v2). For all v1 and v2 in the domain of T and for all scalars c1 and c2

A

True

66
Q

Every matrix transformation x-> Axis is the set of all linear combinations of the columns of A

A

True

67
Q

The codomain of the transformation x-> Axis is the set of all linear combinations if the columns of A

A

False

68
Q

If T: R^n -> R^m is a linear transformation and if c is in R^m, then a uniqueness question is “Is c in the range of T?”

A

False

69
Q

A linear transformation preserves the operations of vector addition and scalar multiplication

A

True

70
Q

The superposition principle is a physical description of a linear transformation

A

True

71
Q

A linear transformation T: R^n -> R^m is completely determined by its effect on the columns of the nxn identity matrix

A

True

72
Q

If T: R^2 -> R^2 rotates vectors about the origin through the angle y, then T is a linear transformation

A

True

73
Q

When two linear transformations are performed one after another, the combined effects may not always be a linear transformation

A

False

74
Q

A mapping T: R^n -> R^m is onto R^m if every vector x in R^n maps onto some vector in R^m

A

False

75
Q

If A is a 3x2 matrix then the transformation x -> Axis can not be one-one

A

False

76
Q

Not every linear transformation from R^n to R^m is a matrix transformation.

A

False

77
Q

The columns of the standard matrix for a linear transformation from R^n to R^m are the images of the columns of the nxn identity matrix

A

True

78
Q

The standard matrix of a linear transformation from R^2 to R^2 that reflects points through a horizontal axis the vertical axis or the origin has the form ( a 0, 0 d)

A

True

79
Q

A mapping T: R^n -> R^n is one to one if each vector in R^n maps onto a unique vector in R^m

A

False

80
Q

If A is a 3x2 matrix then the transformation x-> Axis can not map R^2 onto R^3

A

True

81
Q

The determinant of A is the product of the diagonal entries in A

A

False

82
Q

An elementary row operation on A does not change the determinant

A

False

83
Q

Det(A) det(B) = detAB

A

True

84
Q

If lambda + 5 is a factor of the characteristic polynomial of A, then 5 is an eigenvalue of A

A

False

85
Q

If A is 3x3 with columns a1 a2 and a3 then det A equals the volume of the parallelepiped determined by a1 a2 and a3

A

False

86
Q

Det(A^T) = (-1) det(A)

A

False

87
Q

The multiplicity of a root r of the characteristic equation of A is called the algebraic multiplicity of r as an eigenvalue of A

A

True

88
Q

The row replacement operation on A does not change the eigenvalue

A

False

89
Q

If Ax= lamdba x for some vector x then lambda is an eigenvalue of A.

A

False. It must have a no trivial solution

90
Q

A matrix A is nit invertible if and only if 0 is an eigenvalue of A

A

True

91
Q

The number c is an eigenvalue of A if and only if 0 is an eigenvalue of A

A

True

92
Q

A number c is an eigenvalue of A if and only if the equation (A-cI)c =0 has a nontrivial solution

A

True

93
Q

Finding an eigenvector of A may be difficult but checking whether a given vector is in fact an eigenvector is easy

A

True

94
Q

To find eigenvalues of A reduce A to echelon form

A

False

95
Q

If Ax= lambda x for some scalar lmbda then x is an eigenvector of A

A

False

96
Q

If v1 and v2 are linearly independent eigenvectors then they correspond to distinct eigenvalues

A

False

97
Q

A steady state vector if a stochastic matrix is actually an eigenvector

A

True

98
Q

The eigenvalue of a matrix are on its main diagonal

A

False

99
Q

An eigenspace of A is a null space of a certain matrix

A

True