Method of the Gauss-Jordan

Apprentice123

New member
Joined
Sep 2, 2008
Messages
22
Solving the systems:

1)
x-y+2z-w=-1
2x+y-2z-w=-2
-x+2y-4z+w=1
3x-3w=-3


2)
v+3w-2x=0
2u+v-4w+3x=0
2u+3v+2w-x=0
-4u-3v+5w-4x=0


They have a solution?
 
Hello, Apprentice123!

These do not have a unique solution . . .


1)    xy+2zw=-12x+y2zw=-2x+2y4z+w=13x3w=-3\displaystyle 1)\;\;\begin{array}{ccc}x-y+2z-w &=& \text{-}1 \\ 2x+y-2z-w &=& \text{-}2 \\ -x+2y-4z+w &=& 1 \\ 3x\qquad\qquad-3w& =& \text{-}3 \end{array}

We have:   1-12-1-121-2-1-2-12-411300-3-3\displaystyle \text{We have: }\;\begin{array}{|cccc|c|} 1& \text{-}1 & 2 & \text{-}1 & \text{-}1 \\ 2 & 1 & \text{-}2 & \text{-}1 & \text{-}2 \\ \text{-}1 & 2 & \text{-}4 & 1 & 1 \\ 3 & 0 & 0 & \text{-}3 & \text{-}3 \end{array}


R22R1R3+R1R43R11-12-1-103-61001-20003-600\displaystyle \begin{array}{c}\\ R_2-2R_1 \\ R_3 + R_1 \\ R_4 - 3R_1 \end{array} \begin{array}{|cccc|c|}1 & \text{-}1 & 2 & \text{-}1 & \text{-}1 \\ 0 & 3 & \text{-}6 & 1 & 0 \\ 0 & 1 & \text{-}2 & 0 & 0 \\ 0 & 3 & \text{-}6 & 0 & 0 \end{array}


R1+R3R23R3R4R2100-1-10001001-200000-10\displaystyle \begin{array}{c}R_1+R_3 \\ R_2-3R_3 \\ \\ R_4 - R_2 \end{array} \begin{array}{|cccc|c|} 1 & 0 & 0 & \text{-}1 & \text{-}1 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 1 & \text{-}2 & 0 & 0 \\ 0 & 0 & 0 & \text{-}1 & 0 \end{array}


R1+R2R4+R21000-10001001-20000000\displaystyle \begin{array}{c}R_1+R_2 \\ \\ \\ R_4+R_2\end{array} \begin{array}{|cccc|c|} 1 & 0 & 0 & 0 & \text{-}1 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 1 & \text{-}2 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 \end{array}


This translates to:   x=-1w=0y2z=0\displaystyle \text{This translates to: }\;\begin{array}{c} x \:=\:\text{-}1 \\ w \:=\:0 \\ y-2z \:=\:0 \end{array}


So we have: x=-1y=2zz=zw=0\displaystyle \text{So we have: }\:\begin{array}{c}x \:=\:\text{-}1 \\ y \:=\:2z \\ z \:=\:z \\ w \:=\:0 \end{array}

On the right side, replace z with a parameter t ⁣:    {x=1y=2tz=tw=0}\displaystyle \text{On the right side, replace }z \text{ with a parameter }t\!:\;\;\begin{Bmatrix}x &=& -1 \\ y &=& 2t \\ z &=& t \\ w &=&0 \end{Bmatrix}


We have an infinite number of solutions, one for every value of t.\displaystyle t.

 
Top