Quiz 2

  1. True or false? f(x)=ax+b, f: is a linear mapping. Why?

    Answer. True if and only if b=0. Verify linearity

    x,y,u,v:f(ux+vy)=uf(x)+vf(y)
    a(ux+vy)+b=u(ax+b)+v(ay+b)b=0
  2. True or False? The 3x2 real-component matrix 𝑨 can have maximal rank r=2.

    Answer. True. Since r=dimC(𝑨) and 𝑨3×2 can have at most two linearly independent column vectors, e.g.,

    𝑨=[ 1 0 0 1 0 0 ].
  3. True or false? 𝒙=[ 1 1 1 ] is an element of C(𝑨),

    𝑨=[ 1 0 1 1 -1 0 0 0 0 ].

    Explain.

    Answer(s). False. Applying convention of column organization of vector components,

    𝒙=[ 1 1 1 ]C([ 1 0 1 1 -1 0 0 0 0 ]).

    Imposing 𝒙=𝑨𝒚 leads to third-component equation

    1=0y1+0y2+0y3,

    contradiction.

    False. 𝒙 is shown as a row vector.

  4. True or false? It is known that 𝑨(𝒙+𝒚)=𝒃 and 𝑨𝒙=𝒃. Then N(𝑨)={𝟎}. Explain. Answer. Ambigous. Subtracting equations gives 𝑨𝒚=𝟎, hence 𝒚N(𝑨). If 𝒚=𝟎 then N(𝑨)={𝟎}. If 𝒚𝟎 then N(𝑨){𝟎}.

  5. True or False? 𝒙N(𝑨) for

    𝒙=[ 1 1 0 ],𝑨=[ 0 -1 2 0 1 -2 1 0 2 ].

    Answer. False. Compute

    𝑨𝒙=1[ 0 0 1 ]+1[ -1 1 0 ]=[ -1 1 1 ]𝟎.