I Hate CBT's

View Original

A Homogeneous Equation Is Always Consistent

Question: A homogeneous equation is always consistent.

Answer: TRUE - The trivial solution is always a solution.

Question: The equation Ax = 0 gives an explicit descriptions of its solution set.

Answer: FALSE - The equation gives an implicit description of the solution set

Question: The homogeneous equation Ax = 0 has the trivial solution if and only if the equation has at least one free variable.

Answer: FALSE - The trivial solution is always a solution to the equationAx = 0.

Question: The equation x=p+tv describes a line through v parallel to p.

Answer: False. The line goes through p and is parallel to v

Question: The solution set of Ax = b is the set of all vectors of the form w=p+vh wherevh isanysolutionoftheequationAx=0

Answer: FALSE This is only true when there exists some vector p such that Ap = b.

Question: If x is a nontrivial solution of Ax = 0, then every entry in x is nonzero.

Answer: FALSE. At least one entry in x is nonzero.

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

Answer: TRUE

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

Answer: TRUE. If the zero vector is a solution then b=Ax=A0=0. So the equation is Ax=0, thus homogenous.

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

Answer: TRUE. We can also think of adding p as sliding the vector along p.

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

Answer: FALSE. This only applies to a consistent system.

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

Answer: FALSE. The trivial solution is always a solution.

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

Answer: FALSE- For example, [1, 1] , [2, 2] and [5, 4] are linearly dependent but the last is not a linear combination of the first two.

Question: The columns of any 4 × 5 matrix are linearly dependent.

Answer: TRUE. There are five columns each with four entries, thus by Thm 8 they are linearly dependent.

Question: If x and y are linearly independent, and if {x,y,z} is linearly dependent, then z is in Span{x, y}.

Answer: TRUE Since x and y are linearly independent, and {x, y, z} is linearly dependent, it must be that z can be written as a linear combination of the other two, thus in in their span.

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

Answer: TRUE. If they lie on a line through the origin then the origin, the zero vector, is in their span thus they are linearly dependent.

Question: If a set contains fewer vectors then there are entries in the vectors, then the set is linearly independent.

Answer: FALSE For example, [1, 2, 3] and [2, 4, 6] are linearly dependent

Question: If x and y are linearly independent, and if z is in the Span{x, y} then {x, y, z} is linearly dependent.

Answer: TRUE If z is in the Span{x, y} then z is a linear combination of the other two, which can be rearranged to show linear dependence.

Question: If a set in Rn is linearly dependent, then the set contains more vectors than there are entries in each vector

Answer: False. For example, in R3 [1, 2, 3] and [3, 6, 9] are linearly dependent.

Question: A linear transformation is a special type of function.

Answer: TRUE The properties are (i) T(u + v) = T(u) + T(v) and (ii) T(cu) = cT(u).

Question: If A is a 3×5 matrix and T is a transformation defined by T(x) = Ax, then the domain of T is R3.

Answer: FALSE The domain is R5.

Question: If A is an m × n matrix, then the range of the transformation x → Ax is Rm

Answer: FALSE Rm is the codomain, the range is where we actually land.

Question: Every linear transformation is a matrix transformation.

Answer: FALSE. The converse (every matrix transformation is a linear transformation) is true, however. We (probably) will see examples of when the original statement is false later.

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

Answer: TRUE If we take the definition of linear transformation we can derive these and if these are true then they are true for c1, c2 = 1 so the first part of the definition is true, and if v = 0, then the second part if true.

Question: Every matrix transformation is a linear transformation

Answer: TRUE To actually show this, we would have to show all matrix transformations satisfy the two criterion of linear transformations.

Question: The codomain of the transformation x → Ax is the set of all linear combinations of the columns of A.

Answer: FALSE The If A is m × n codomain is Rm. The original statement in describing the range.

Question: IfT :Rn →Rm isalineartransformationandifcisinRm, then a uniqueness question is "Is c is the range of T."

Answer: FALSE this is an existence question

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

Answer: TRUE This is part of the definition of a linear transformation.

Question: The superposition principle is a physical description of a linear transformation.

Answer: TRUE

Question: A linear transformation T : Rn → Rm is completely determined by its effect on columns of the n × n identity matrix.

Answer: TRUE The columns on the identity matrix are the basis vectors in Rn. Since every vector can be written as a linear combination of these, and T is a linear transformation, if we know where these columns go, we know everything.

Question: If T : R2 → R2 rotates vectors about the origin through an angle φ, then T is a linear transformation.

Answer: TRUE. To show this we would show the properties of linear transformations are preserved under rotations.

Question: When two linear transformations are performed one after another, then combined effect may not always be a linear transformation.

Answer: FALSE Again, check properties to show it is a linear transformation.

Question: A mapping T :Rn →Rm is onto Rm if every vector x in Rn maps onto some vector in Rm.

Answer: FALSE A linear transformation is onto is the codomain is equal to the range.

Question: IfAisa3×2matrix,thethetransformationx→Axcannot be one-to-one.

Answer: FALSE Since the transformation maps from R2 to R3 and 2 < 3 it can be one-to-one but not onto.

Question: Not every linear transformation from Rn to Rm is a matrix transformation.

Answer: FALSE For a linear transformation from Rn to Rmwe se where the basis vector in Rn get mapped to. These form the standard matrix.

Question: The columns of the standard matrix for a linear transformation from Rn to Rm are the images of the columns of the n × n identity matrix.

Answer: TRUE

Question: The standard matrix of a linear transformation from R2 to R2 that reflects points through the horizontal axis, the vertical a 0 axis,ortheorignhastheform 0 d ,whereaandd are±1

Answer: TRUE We can check this by checking the images of the basis vectors.

Question: A mapping T : Rn → Rm is one-to-one if each vector in Rn maps onto a unique vector in Rm.

Answer: FALSE A mapping is one-to-one if each vectors in Rm is mapped to from a unique vector in Rn.

Question: IfAisa3×2matrix,thenthetransformationx→Axcannot map R2 onto R3

Answer: TRUE You can not map a space of lower dimension ONTO a space of higher dimension

Question: Every elementary row operation is reversible.

Answer: TRUE You can reverse multiplying by a constant by multiplying by its inverse. If you add row one to row two and replace row two, then you can subtract row one from row two to get it back.

Question: A 5×6 matrix has six rows

Answer: FALSE 5 rows and 6 columns

Question: The solution set of a linear system involving variables x1,...,xn is a list of numbers (s1,...sn) that makes each equation in the system a true statement when the values s1, ..., sn are substituted for x1, ..., xn, respectively.

Answer: FALSE This describes one element of the solution set, not the entire set

Question: Two fundamental questions about a linear system involve existence and uniqueness

Answer: True pg. 7

Question: Elementary row operations on an augmented matrix never change the solution set of the associated linear system.

Answer: TRUE because they can be changed back to original matrix

Question: Two matrices are row equivalent if they have the same number of rows.

Answer: FALSE They are row equivalent if you can get from one to the other using elementary row operations.

Question: An inconsistent system has more than one solution

Answer: FALSE Inconsistent system has no solutions!

Question: Two linear systems are equivalent if they have the same solution set

Answer: TRUE If they have the same solution set, they both reduce to the same matrix in reduced row echelon form, since row operations are reversible, we can then reverse one set of these to get from one matrix to the other by row operations, thus they are row equivalent.

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

Answer: FALSE Can only be reduced to one matrix (row reduced echelon form)

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

Answer: FALSE it can apply to coefficient Matrices

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

Answer: TRUE it is in the same place as the pivot position is

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

Answer: TRUE you need to solve the system in order to find parametric description of solution set

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

Answer: FALSE this is only true for the trivial solution

Question: The echelon form of a matrix is unique

Answer: FALSE unique means it only has 1 solution

Question: The pivot positions in a matrix depend on whether rowinterchanges are used in the row reduction process

Answer: FALSE it does not matter on the row interchanges, it only matters on row reduced echelon form

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

Answer: TRUE definition part of echelon form

Question: Whenever a system has free variables, the solution set contains many solutions

Answer: TRUE the solution set does contain many solutions because the free variable can be anything

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

Answer: TRUE it tells the solutions

Question: The equation Ax = b is referred to as the vector equation

Answer: FALSE

Question: The vector b is a linear combination of the columns of a matrix A if and only if the equation Ax = b has at least one solution

Answer: TRUE

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

Answer: FALSE

Question: The first entry in the product Ax is a sum of products.

Answer: TRUE

Question: If the columns of an m×n matrix span Rm, then the equationAx = b is consistent for each b in Rm

Answer: TRUE

Question: If A is an m×n matrix and if the equation Ax=b is inconsistent for some b in Rm, then A cannot have a pivot position in every row.

Answer: TRUE