137k views
4 votes
Write an augmented matrix for the following system of equations.

9x - 5y + 9z = - 6
7x - y + 32 = 7
2y - 37 = - 4

User Will Byrne
by
7.6k points

1 Answer

1 vote
To write an augmented matrix for the given system of equations, we can simply write the coefficients of the variables and the constants in matrix form. The augmented matrix will have one row for each equation, and one column for each variable and the constant.

So, for the system of equations:

9x - 5y + 9z = -6
7x - y + 32 = 7
2y - 37 = -4

The augmented matrix would be:

```
[ 9 -5 9 | -6 ]
[ 7 -1 0 | 39 ]
[ 0 2 -37 | -4 ]
```

Note that the vertical bar separates the coefficients of the variables from the constants in each row.
User Plamenko
by
8.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.