Find the solution of the system of linear equation by using augmented matrix.
\left. \begin{array} { l } { x _ { 1 } - 2 x _ { 2 } = 0 } \\ { 3 x _ { 1 } + 4 x _ { 2 } = - 1 } \\ { 2 x _ { 1 } - x _ { 2 } = 3 } \end{array} \right.
augmented matrix:
subtract first row multiplied by 3 from second row; subtract first row multiplied by 2 from third row:
so, we get:
and
this means that the system has not solutions
Comments