SOLUTION: how to write an augmented matrix for 3x+2y=7,x-3y=17?

Algebra ->  Matrices-and-determiminant -> SOLUTION: how to write an augmented matrix for 3x+2y=7,x-3y=17?      Log On


   



Question 125589: how to write an augmented matrix for 3x+2y=7,x-3y=17?
Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
First create the coefficient matrix, which is just a matrix of the coefficients on the variables.

%28matrix%282%2C2%2C3%2C2%2C1%2C-3%29%29

Then add a new column consisting of the constant terms

%28matrix%282%2C3%2C3%2C2%2C7%2C1%2C-3%2C17%29%29, Done.

Generally, the symbols are large square brackets around the outside of the matrix and a vertical line separating the new column from the original coefficent entries, but this formula rendering scheme doesn't allow me to show it that way.