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!
For the system,
2x+y+2z=33x+y−z=2is (1,−1,1) a solution?
No. Plugging the point into the second equation yields 3+1−1=2 which is false, since 3≠2.
For the system,
5x−y+z=73x+y−z=1is (1,s−2,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.
Rewrite the following system of equations as an augmented matrix. You do not actually have to solve the system.
5x−y+z+6w=73x+3y−2z=1y−z=0x−y−z=0y=3(5−116733−20101−1001−1−10001003)
Draw a picture that describes a system of three linear equations that has no solution.
There are many solutions. Here is one.
Find all solutions to the following system of linear equations:
3x+y=1x−y=2As an augmented matrix, the system reduces to:
(103/401−5/4)So, x=3/4 and y=−5/4.
For the following parts, answer whether the function described is linear or not.
f(x)=3x+1
f(x1,x2)=3x1−6x2
f(x1,x2,x3)=3x1+x3
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.
No, as f(2)=7≠2f(1)=2(4)=8.
Yes, as f(a+b,c+d)=3(a+b)−6(c+d)=(3a−6c)+(3b−6d)=f(a,c)+f(b,d).
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).
No, as f(2,2)=16≠2f(1,1)=2(5)=10.