SOLUTION: Q4: For the linear system 2x - y + 3z = 5 3x + y + 4z = 2 -x +5y – 2z = -2 (i)Write the system in matrix from AX = B (ii)Obtain the det

Algebra.Com
Question 83308: Q4: For the linear system
2x - y + 3z = 5
3x + y + 4z = 2
-x +5y – 2z = -2
(i)Write the system in matrix from AX = B
(ii)Obtain the determinant and inverse of A.
(iii)Solve the system.

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


Q4: For the linear system 

2x -  y + 3z =  5
3x +  y + 4z =  2
-x + 5y – 2z = -2 

(i)Write the system in matrix from AX = B 

    A      X =   B 

[ 2 -1  3][x]   [ 5]
[ 3  1  4][y] = [ 2]
[-1  5 –2][z]   [-2] 


(ii)Obtain the determinant and inverse of A. 
 
I will assume you know how to get the value 
of a 3×3 determinant, and how to find the
minors and the transpose. If you don't post 
again asking how.

         | 2 -1  3|           
det(A) = | 3  1  4| = 2           
         |-1  5 –2|           

First find the cofactor matrix.
Replace each element of A by the value of
its minor 2×2 determinant with the sign
left as it is or changed according to the
sign scheme:

       |+ - +|
       |- + -|
       |+ - +|

                  [-22   2   16]
cofactor matrix = [ 13  -1   -9]
                  [ -7   1    5]

Take the transpose of the cofactor matrix,
which is called the adjoint matrix:

                  [-22  13   -7]
adjoint matrix =  [  2  -1    1]
                  [ 16  -9    5]

Divide every member of the adjoint matrix
by the determinant of A.  This is the
inverse of A, written A-1:

                       [-11 13/2  -7/2]
Inverse matrix = A-1 = [  1 -1/2   1/2]
                       {  8 -9/2   5/2]   



(iii)Solve the system.

Go back to the system in matrix form AX = B

                      A     X  =   B

                 [ 2 -1  3][x]   [ 5]
                 [ 3  1  4][y] = [ 2]
                 [-1  5 –2][z]   [-2] 

Left-multiply both sides by the inverse matrix and
get the form A-1AX = A-1Bx

      A-1             A     X  =          A-1      X  
    
[-11 13/2  -7/2] [ 2 -1  3][x]   [-11 13/2  -7/2][ 5]
[  1 -1/2   1/2] [ 3  1  4][y] = [  1 -1/2   1/2][ 2]
{  8 -9/2   5/2] [-1  5 –2][z]   {  8 -9/2   5/2][-2]

Do the matrix multiplication A-1AX = A-1B becomes
                                IX = A-1B which becomes:
                                 X = A-1B
                                 like this:

                       I     X  = A-1B  

                   [1  0  0][x]   [-35]
                   [0  1  0][y] = [  3]
                   [0  0  1][z]   [ 26]

                     
                             X  = A-1B  

                            [x]   [-35]
                            [y] = [  3]
                            [z]   [ 26]
         
Edwin

RELATED QUESTIONS

solve the system { x-y-2z=1 x-5y+2z=5... (answered by amarjeeth123)
For the system of equations : x+2y+3z=73 3x+y+z=49 2x+3y+4z=106 In matrix form... (answered by ewatrrr)
Consider the following system of linear equations: x + 2y + 3z = 3 3x − 5y + 6z... (answered by solver91311)
Consider the following system of linear equations: x + 2y + 3z = 3 3x − 5y + 6z... (answered by solver91311,ikleyn)
Solve the linear system with a single solution or using the addtion and substitution... (answered by Alan3354)
Extrememly confused, help please! Solve each system in three variables... (answered by stanbon)
Solve the following system equation using inverse matrix. x + y + z = 2 3x + 2y – 2z... (answered by Edwin McCravy)
Please help me solve this linear system with three variables. 2x-y+2z=-21 x+5y-z=25 (answered by Alan3354)
Write the augmented matrix for the system of linear equations x-2y+3z=9 y+3z=5... (answered by jim_thompson5910)