SOLUTION: solve this matrix equation. x+y=1 4x-3y=11

Algebra ->  Matrices-and-determiminant -> SOLUTION: solve this matrix equation. x+y=1 4x-3y=11       Log On


   



Question 249045: solve this matrix equation.
x+y=1
4x-3y=11

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Step 1) Convert the system

system%28x%2By=1%2C4x-3y=11%29


into the augmented matrix


%28matrix%282%2C3%2C1%2C1%2C1%2C4%2C-3%2C11%29%29


Take note that the coefficients form the first 2x2 block and the right hand values form the last column. Visually, the correspondence is


---->

This conversion of notation allows us to ignore the variables (for now) since everything is based off of the numerical coefficients and right hand values.


Step 2) Row Reduction

Our next step is to row reduce the matrix %28matrix%282%2C3%2C1%2C1%2C1%2C4%2C-3%2C11%29%29 into row reduced echelon form (rref form). (Note: Solution provided by the Linear Algebra Toolkit)



Looking at the last matrix %28matrix%282%2C3%2C1%2C0%2C2%2C0%2C1%2C-1%29%29, the last column has the values 2 and -1 in it. So this means that the solution is x=2 and y=-1 forming the ordered pair (2,-1).