Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Worksheet 1

Section 1.1

  • Are all triangular systems echelon? If not, write down a triangular system that is not echelon.

Yes.

  • Are all echelon systems triangular? If not, write down a echelon system that is not triangular.

No. Consider the system consisting of the single equation 0=00=0.

Section 1.2

  • Find all solutions to the linear sytem of equations given by Example 3 in Section 1.2 in the book. If you're tired of solving linear systems, just look up the answer in the book. 2x13x2+10x3=2x12x2+3x3=2x1+3x2+x3=4.\begin{align} 2x_1 - 3x_2 + 10x_3 &= -2\\ x_1-2x_2 +3x_3 &= -2 \\ -x_1 +3x_2 +x_3 &=4. \end{align}

(x1,x2,x3)=(2,2,0)+s1(11,4,1)(x_1,x_2,x_3)=(2,2,0)+s_1(-11,-4,1).

  • Explicitly write down 2 solutions. In other words, write down 2 points with actual numbers that solve the linear system.

(2,2,0),(9,2,1)(2,2,0), (-9, -2, 1).

  • Find all solutions the homogenous linear system given by 2x13x2+10x3=0x12x2+3x3=0x1+3x2+x3=0.\begin{align} 2x_1 - 3x_2 + 10x_3 &= 0\\ x_1-2x_2 +3x_3 &= 0 \\ -x_1 +3x_2 +x_3 &=0. \end{align} This is pretty much the same linear system but with the right hand side replaced by zeros.

(x1,x2,x3)=s1(11,4,1)(x_1,x_2,x_3)=s_1(-11,-4,1).

  • Call the 2 solutions you found earlier aa and bb. Does aba-b solve the homogenous linear system? The answer should be yes. Can you explain why?

Yes. See homegenous solutions section.