Linear Algebra (Math 220)
Midterm Test Solutions

March 18, 2008

  1. Find the reduced row echelon forms of the following matrices: (a)4332(b)260391.

    Response. (a)R1R1R2:1132R2R23R1:1101R1R1+R2:1001 (b)R112R1:130391R2R2+3R1:130001

  2. Let f be the linear function from R4 to R4 given by fx=Mx where M is the 4×4 matrix M=1010230101011010. Find fx when x is: (a)1100(b)0111.

    Response. In each case multiply M by x to get: (a)1511(b)1201

  3. Let M be the 3×3 matrix 024101310. Find the inverse of M.

    Response. 024100101010310001R1R2:101010024100310001 R212R2R3R33R1:1010100121200013031R3R3R2:10101001212000051231 R315R3:10101001212000011103515R1R1R3R2R22R3:100110251501031065250011103515 Hence, M1=110251531065251103515.

  4. Let g be the linear function from R3 to R3 that is defined by gx=11022124225x1x2x3.

    1. Find a parametric representation of, or a basis for, the kernel of g.

    2. Find one or more equations in three variables that characterize the image of g.

    Response. Manuever a generic augmented matrix so that its first 3 columns are brought to reduced row echelon form: R2R2R1R3R32R1:11022y101226y2y101839y32y1R2112R2:11022y101136y1y21201839y32y1 R3R3+18R2:11022y101136y1y2120002y33y2y12R1R110R2:1013y1+5y2601136y1y2120002y33y2y12

    1. The matrix has rank 2. y3 may be used as a parameter for its null space (the kernel of g): t131361

    2. The image of g is the column space of the matrix. An equation for it is: y1=2y33y2

  5. Let P2 be the vector space of all polynomials at2+bt+c having degree at most 2 in the variable t. Define P2ϕP2 by ϕft=f′′t3ft+2ft. Find the matrix of ϕ relative to the basis v of P2 (playing the role of basis for both the domain and the target of ϕ) given by v=1,t,t2.

    Response. One computes ϕ at each of the three polynomials in v:  ϕ1=2 ϕt=3+2t ϕt2=26t+2t2 The coefficient vectors of these ϕ values relative to the basis v (in its role as basis of the target) are: 200,320,262. Hence, the matrix of ϕ with respect to v is: 232026002.