Try   HackMD

1. (15 points)

The linear combination of vectors

vT=[1,2,0] and
wT=[0,0,1]
fill a
plane
in
R3
.

  1. Describe that plane with in matrix form.
  2. Find one vector NOT that plane.
  3. Find a vector perpendicular to that plane.

2. (10 points)

I. A vector

v=(1,1,,1) in 9-dimensions, please find a unit vector
v^
in the same direction as
v
.
II. Find another unit vector
w^
that is perpendicular to
v
.

3. (40 points) A system of linear equation as:

x1+x2+x3=7x1+x2x3=5x1x2+x3=3

  1. Use elimination to make
    PAU
    and back substitution to solve
    x
    .
  2. Factorize
    PA=LU
    .
  3. Compare the multiplier of each elimination step and lower triangle matrix
    L
    .
  4. Using Gauss-Jordan to find
    A1
    and make
    x=A1b
    .

4. (20 points)

If a

3×3 matrix
A
conducts this operation: row1 + row2 = row3,

  • Is
    A
    singular or invertible?
  • Find a nonzero solution of
    Ax=[0,0,0]T
    .

5. (15 points)

  • The row vector
    xT
    times
    A
    times the column
    y
    produces what number?

xTAy=[01][123456][010]

  • This is the row
    xTA=__________
    times the column
    y
    .
  • This is the row
    xT=[0,1]
    times the column
    Ay=__________
    .