Processing math: 100%

Linear Algebra I: Homework 1

Due: Friday, January 26, 2018
  1. For the following parts, answer whether the given tuple describes a solution to the system of linear equations. If it is not a solution, explain why!

    1. For the system,

      2x+y+2z=33x+yz=2

      is (1,1,1) a solution?

      No. Plugging the point into the second equation yields 3+11=2 which is false, since 32.

    2. For the system,

      5xy+z=73x+yz=1

      is (1,s2,s) a solution (for every real number s)?

      Yes. Plugging the point into the first equation yields 7=7 and the second equation yields 1=1, both of which are true.

  2. Rewrite the following system of equations as an augmented matrix. You do not actually have to solve the system.

    5xy+z+6w=73x+3y2z=1yz=0xyz=0y=3
    (5116733201011001110001003)
  3. Draw a picture that describes a system of three linear equations that has no solution.

    There are many solutions. Here is one.

  4. Find all solutions to the following system of linear equations:

    3x+y=1xy=2

    As an augmented matrix, the system reduces to:

    (103/4015/4)

    So, x=3/4 and y=5/4.

  5. For the following parts, answer whether the function described is linear or not.

    1.  f(x)=3x+1

    2.  f(x1,x2)=3x16x2

    3.  f(x1,x2,x3)=3x1+x3

    4.  f(x,y)=3xy+x+y

    Originally, we had to solve this using the form of a linear function. Now, we can use the definition.

    1. No, as f(2)=72f(1)=2(4)=8.

    2. Yes, as f(a+b,c+d)=3(a+b)6(c+d)=(3a6c)+(3b6d)=f(a,c)+f(b,d).

    3. Yes, as f(a+b,c+d,x+y)=3(a+b)+(x+y)=(3a+x)+(3b+y)=f(a,c,x)+f(b,d,y).

    4. No, as f(2,2)=162f(1,1)=2(5)=10.