Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Worksheet 2

Due 10/13

  1. We know how to obtain the general solution from a linear system. Let's try to reverse it. Find a linear system who's general solution is (x1,x2,x3,x4)=(1,2,3,4)+s1(5,6,7,8)+s2(9,0,1,2). (x_1,x_2,x_3,x_4) = (1,2,3,4) + s_1(5,6,7,8) + s_2(9,0,1,2).

  2. Suppose AA is a matrix. Let v,wv,w be distinct (meaning xyx\neq y) vectors that solve Ax=0Ax=0 so Av=0Av=0 and Aw=0Aw=0 (00 here of course means the zero vector!). Let LL be the line that passes through vv and ww. If uu is on LL, then Au=0Au=0. Why? This exercise suggests that solution spaces are convex.

  3. Let z1,z2Rz_1,z_2\in \mathbb{R} and let S={(1,z1,z2)S=\{(1,z_1,z_2), (2,1,0)(2,1,0), (1,0,1)}(1,0,-1)\}.

    • Find some values for z1z_1 and z2z_2 such that SS spans R3\mathbb{R}^3.

    • Find some values for z1z_1 and z2z_2 such that SS does not span R3\mathbb{R}^3.

    • Find all values for z1z_1 and z2z_2 such that SS spans R3\mathbb{R}^3. (In the process of solving this problem, some of you will be tempted to divide by zero. Resist that temptation.)

  4. Consider the following linear system that came from the book and the lecture. 2x16x2x3+8x4=0x13x2x3+6x4=0x1+3x2x3+2x4=0.\begin{align} 2x_1-6x_2-x_3+8x_4 &= 0 \\ x_1 - 3x_2 - x_3 + 6x_4 &= 0 \\ -x_1+3x_2-x_3 +2x_4 &= 0. \end{align} Using row reduction, we see that a general solution is of the form x=s1(3,1,0,0)+s2(2,0,4,1)x=s_1(3,1,0,0)+s_2(-2,0,4,1). Let v1=(2,1,1),v2=(6,3,3),v3=(1,1,2),v4=(8,6,2)v_1=(2,1,-1), v_2=(-6,-3,3), v_3=(-1,-1,2), v_4=(8,6,2).

    • Is {v1,v2,v3,v4}\{v_1,v_2,v_3,v_4\} is linearly independent set? The answer should be no.

    • Express v1v_1 as a linear combination of v2,v3,v4v_2,v_3,v_4.

    • Express v2v_2 as a linear combination of v1,v3,v4v_1,v_3,v_4.

    • Express v3v_3 as a linear combination of v1,v2,v4v_1,v_2,v_4.

    • Express v4v_4 as a linear combination of v1,v2,v3v_1,v_2,v_3.

  5. Suppose {v1,v2,v3}\{v_1,v_2,v_3\} is a linearly dependent set. Is it always the case that we can write v1v_1 as a linear combination of v2v_2 and v3v_3? If not, come up with a counterexample.

  6. Come up with a inconsistent linear system whose associated homogenous linear system is consistent.