SOLUTION: Find the following matrix(A) is non - singular, if so invert it. A=[3 1] 2 4 If 6X + 2Y= 18 4X + 8Y= 32 Find the values of X and Y.

Algebra ->  Matrices-and-determiminant -> SOLUTION: Find the following matrix(A) is non - singular, if so invert it. A=[3 1] 2 4 If 6X + 2Y= 18 4X + 8Y= 32 Find the values of X and Y.       Log On


   



Question 737135: Find the following matrix(A) is non - singular, if so invert it.
A=[3 1]
2 4
If 6X + 2Y= 18
4X + 8Y= 32
Find the values of X and Y.

Answer by Edwin McCravy(20064) About Me  (Show Source):
You can put this solution on YOUR website!
Find the following matrix(A) is non - singular, if so invert it.
A=[3 1]
2 4
If 6X + 2Y= 18
4X + 8Y= 32
Find the values of X and Y.
We will start with the system of equations first because it uses
that very matrix:

Both equations of

system%286x%2B2y=18%2C4x%2B8y=32%29

can be divided through by 2, and the system becomes

system%283x%2By=9%2C2x%2B4y=16%29

Abbreviate the above system by the AX=B form:



Now we need to find the inverse of the coefficient matrix, which
is the very matrix you were asked to find the inverse of:

%28matrix%282%2C2%2C3%2C1%2C2%2C4%29%29

To find the inverse of a 2x2 matrix:

1. Interchange the upper left and lower right elements:

%28matrix%282%2C2%2C4%2C1%2C2%2C3%29%29

2. Multiply the upper right and lower left elements by -1:

%28matrix%282%2C2%2C4%2C-1%2C-2%2C3%29%29

3. Find the determinant of this matrix:

abs%28matrix%282%2C2%2C4%2C-1%2C-2%2C3%29%29=%284%29%283%29-%28-1%29%28-2%29=12-2=10

4. Divide every element of %28matrix%282%2C2%2C4%2C-1%2C-2%2C3%29%29 by this value:

%28matrix%282%2C2%2C4%2F10%2C-1%2F10%2C-2%2F10%2C3%2F10%29%29

5. Simplify

%28matrix%282%2C2%2C2%2F5%2C-1%2F10%2C-1%2F5%2C3%2F10%29%29

That is the inverse of the coefficient matrix.

Left-multiply both sides of the matrix
equation:



by the inverse of the coefficient matrix:



Since matrix multiplication is associative, we move
the parentheses:



Now we multiply the two matrices on the far
left and the far right:



Simplify:







Multiply the matrices on the left:

 

Simplify:

%28matrix%282%2C1%2Cx%2Cy%29%29=%28matrix%282%2C1%2C2%2C3%29%29 

So the solution is 

x=2, y=3

Edwin