Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views

Worksheet 1

Due 10/6

Section 1.1

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

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

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}

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

  • 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.

  • 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?