SOLUTION: Solve for X ( 2x2 matrix ) {{{(matrix(2,2,6,9,11,5))*X+(matrix(2,2,2,-7,-15,15))=(matrix(2,2,2,3,4,5))*X}}}

Algebra ->  Matrices-and-determiminant -> SOLUTION: Solve for X ( 2x2 matrix ) {{{(matrix(2,2,6,9,11,5))*X+(matrix(2,2,2,-7,-15,15))=(matrix(2,2,2,3,4,5))*X}}}       Log On


   



Question 364823: Solve for X ( 2x2 matrix )


Answer by Edwin McCravy(20086) About Me  (Show Source):
You can put this solution on YOUR website!



Get terms in matrix X on the left and other matrix terms on the right:



Factor X out on the right



Subtract the two matrices in parentheses:



Simplify

%28matrix%282%2C2%2C4%2C6%2C7%2C-1%29%29%2AX=%28matrix%282%2C2%2C-2%2C7%2C15%2C-15%29%29

Now we must find the inverse of the matrix %28matrix%282%2C2%2C4%2C6%2C7%2C-1%29%29

To find the inverse of a 2x2 matrix:

1. Calculate the determinant by the rule:

upper left element times lower right element minus
upper right element times lower left element

2. Exchange the upper left and lower right elements.

3. Change the signs of the upper right and lower left elements.

4. Divide each element by the value of the determinant found
   in step 1.


Find the determinant of %28matrix%282%2C2%2C4%2C6%2C7%2C-1%29%29


1. (4)(-1)-(6)(7) = -4-42=-46

2. %28matrix%282%2C2%2C-1%2C6%2C7%2C4%29%29
 
3. %28matrix%282%2C2%2C-1%2C-6%2C-7%2C4%29%29

4. %28matrix%282%2C2%2C-1%2F%28-46%29%2C-6%2F%28-46%29%2C-7%2F%28-46%29%2C4%2F%28-46%29%29%29, simplifying,

%28matrix%282%2C2%2C1%2F46%2C3%2F23%2C7%2F46%2C-2%2F23%29%29

Now take the equation

%28matrix%282%2C2%2C4%2C6%2C7%2C-1%29%29%2AX=%28matrix%282%2C2%2C-2%2C7%2C15%2C-15%29%29

and left-multiply both sides by this inverse matrix:



Do the matrix multiplication.  I assume you know how. If not post again,
asking how.



X=%28matrix%282%2C2%2C44%2F23%2C-83%2F46%2C-37%2F23%2C109%2F46%29%29

Edwin