



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A sample midterm exam for a math 20f course focusing on linear algebra. The exam includes problems on solving systems of linear equations, finding linear transformations, defining linear independence, and computing determinants. Students are required to show all work and are not allowed to use calculators.
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Math 20F Name: 8/22/08 Section:
Read all of the following information before starting the exam:
(a) Let A =
, and b =
. Solve Ax = b.
Answer: By row reduction:
x =
(b) Suppose T
and T
. Find the matrix for the
linear transformation T.
Answer: Note that the hypothesis imply T
and T
, so
. (c) Define linear independence. Answer: Vectors v 1 ,... , vn are linearly independent if α 1 v 1 +.. .+αnvn = 0 implies that αi = 0 for all i. (That is, the only linear combination of v 1 ,... , vn giving the 0 vector is the trivial one taking all coefficients to be zero.)
(d) Let A =
. Are the columns of A linearly independent?
Answer: Row reducing A we get that
Since not every column is a pivot column, the columns are not linearly independent.
(a) Let A =
. Let B =
. Compute AT^ , AB and
Answer:
(b) Let A =
. Compute A−^1.
Answer:
A−^1 =
(a) If {v 1 , v 2 , v 3 } are linearly dependent, then one of the vectors is a multiple of another.
FALSE: Take v 1 =
, v 2 =
and v 3 =
(b) If Ax = b is consistent for all b, the columns of A span Rm. TRUE: If Ax = b is consistent for all then for any b, b can be written as a linear combination of the columns of A (with coefficients given by x.) This is exactly what it means to span Rm. (c) If AB = AC, then B = C. FALSE: If A is the zero matrix, A times any matrix B is the zero matrix, so this is certainly false. (d) If the transformation T (x) = ABx is onto, then the transformation T ′(x) = Ax is onto TRUE: We need to check that for each b, there is a y such that b = Ay. But, we know that for every b we can write b = ABx for some x. We simply can take y = Bx. This checks the definition of onto. (e) If A and B are n × n, and invertible, then A + B is invertible. FALSE: If A is invertible, so is −A, and A + (−A) is the zero matrix which is not invertible. (f) If A is row equivalent to B, then det(A) = det(B). FALSE: Though det(A) is unchanged by row replacement, swapping rows and multiplying a row by a scalar changes the determinant. Example: ( 1 0 0 1
but the determinants are different. (g) If the columns of A are linearly dependent, then Col(A) is not a vector space. FALSE: Col(A) is the span of the columns of A, and the span of any vectors is a vector space (even if they are linearly dependent.
(a) If T : Rn^ → Rm^ is a linear transformation verify that the range of T = {v ∈ Rm^ : T (x) = v for some x ∈ Rn}, is a vector space. (Note the range is not necessarily all of Rm. Rm is the co-domain, not the range.). Answer: It suffices to check that the range is a subspace as it sits inside Rm. Actually this is what I intended to ask. Let R denote the range. If u, v ∈ R then by definition of R, u = T (x) and v = T (y). Note that u + v = T (x) + T (y) = T (x + y)
so u + v ∈ R. If u = T (x) ∈ R then cu = cT (x) = T (cx) ∈ R. Finally, we need to check 0 ∈ R, but T ( 0 ) = 0 so indeed it is. We’ve checked the three conditions so R is a subspace of Rm. (b) Verify that the derivative operator (^) dxd is a linear transformation from the vector space of polynomials of degree at most 3 to the vector space of polynomials of degree at most
d dx
(f (x) + g(x)) = d dx
f (x) + d dx
g(x)
so the first property holds, and d dx cf (x) = c d dx f (x)
so the second property also holds, and hence (^) dxd is a linear transformation. d dx 1 =^
d dx 2 = 0, so^
d dx is not 1-1, however^
d dx
f (x)dx = f (x), so (^) dxd is onto.