95.4k views
2 votes
Construction the augmented matrix that corresponds to the following system of equations

Construction the augmented matrix that corresponds to the following system of equations-example-1

1 Answer

7 votes

SOLUTION:

We want to construct the augmented matrix for these equations;


\begin{gathered} 4x+(4y-z)/(3)=2 \\ 2(3z-7x)+y-3=1 \\ x-(7+z)=6y \end{gathered}

We start by writing the equations with variables on the right and constants on the left; multiplying equation 1 by 3, we have;


12x+4y-z=6

Expanding equation 2 and collecting like terms, we have;


\begin{gathered} 6z-14x+y-3=1 \\ -14x+y+6z=4 \end{gathered}

Expanding equation 3 and collecting like terms, we have;


\begin{gathered} x-7-z=6y \\ x-6y-z=7 \end{gathered}

Writing the 3 equations, we have;


\begin{gathered} 12x+4y-z=6\text{ }i \\ -14x+y+6z=4\text{ }ii \\ x-6y-z=7\text{ }iii \end{gathered}

Putting this in augmented matrix form we have;


\begin{bmatrix}{12} & {4} & {-1} & {6} \\ {-14} & {1} & {6} & {4} \\ {1} & {-6} & {-1} & {7} \\ {} & {} & {} & {}\end{bmatrix}

Which is the final answer

User Jarek Rozanski
by
5.3k points