78.3k views
1 vote
What would the following system of equations look like in augmented matrix form?

x+y=5
3x-y=-1

What would the following system of equations look like in augmented matrix form? x-example-1
What would the following system of equations look like in augmented matrix form? x-example-1
What would the following system of equations look like in augmented matrix form? x-example-2
What would the following system of equations look like in augmented matrix form? x-example-3
What would the following system of equations look like in augmented matrix form? x-example-4
User ElJackiste
by
5.5k points

1 Answer

3 votes
transforming equation systems into matrix form is fairly simple:
each column represents a variable, and each line represents an equation.
So in the first column, the NUMBERS MULTIPLYING by the X variables are put, in the second one the ones multiplying by Y, etc. The constants go after the vertical line, the last column
so we have:

\left \{ {{x+y=5} \atop {3x-y=-1}} =\{ {{1x+1y=5} \atop {3x+(-1)y=-1}}\right
So in a matrix, it will be the one on the picture
What would the following system of equations look like in augmented matrix form? x-example-1
User Ali Reza Ebadat
by
5.6k points