Friday 15 April 2022

Inverse method of solving linear equations of three variables

Inverse method of solving linear equations of 3 variables

Matrix method of solving linear equations of three variables with the help of example. 


Set of given equations are 

4x + 6z = 100     --------------------------------> (1)

3x + 6y + z = 100   -----------------------------> (2)

3x + 4y + 3z  = 100   ---------------------------> (3)

The system of these equations can be transformed into Matrix formed 


AX =  B  ,  ⇒ X =   A-1 B    -------------------------->  (*)

Matrix method of solving linear equations of three variables
Where A is matrix written from the coefficients of x, y and z when these equations are in symmetric form and B is the matrix written from constants from right hand sides in column form and X is matrix of all the variables in column form. 
In order to find the solution of set of these equations , first we have to find the inverse of matrix A if it exist then we can find the solution otherwise Matrix method fails to find the solution of the set of linear equations . 

Evaluation of Determinant 


|A|  = 4 (18 - 4) -0(9 - 3) +6(12 - 18)
       =  4(14) + 0 + 6(-6) 
       = 56 - 36
        = 20
Since the determinant value of this matrix  is not equal to zero ,Therefore its inverse can be calculated.
And  formula for finding the inverse of matrix A is 
Where Adjoint A is the transpose of co factor matrix. And in order to find the co factor matrix of any matrix, we have to find co factors of all the elements present in this matrix. 

How to calculate  co factors of all the elements of the matrix A

Let us calculate these cofactors.  
Now these co factors can be written in matrix form known as co factor Matrix. 
Matrix method of solving linear equations of three variables

Co factors of 1st row are  (18 - 4) , -(9 - 3), (12 - 18) 
i. e. Co factors of 1st row are 14, -6 , -6

Co factors of 2nd row are -(0 -24), (12 - 18) , -(16 - 0) 
I. e. Co factors of 2nd row are  24 , -6 , -16

Co factors of 3rd row are  (0 - 36), -(4 - 18), (24 - 0) 
i.e. Co factors of 3rd row are  -36 , 14 , 24

Co factor Matrix


Writing co factors of 1st row in 1st row of this matrix , co factors of 2nd row in 2nd row of this matrix . Similarly co factors of 3rd row in 3rd row of this matrix . 

Adjoint  Matrix

To find the Ad joint of this matrix we have to take it's transpose, Because transpose of any matrix is called Ad joint of the matrix. So writing all the elements which are in 1st row in 1st column, and  all the elements which are in 2nd row in 2nd column and  all the elements which are in 3rd row in 3rd column. 

Inverse  Matrix

Now we can find inverse of the matrix A by putting the value of inverse of A in equation  (4), we get

Now  putting the values  Matrix B and    A-1  in (4) 


After simplification and using the properties of equality of two matrices  ( Two matrices of same order are equal iff their respective elements are equal to each other ) 

  x = 10
     y  = 10
      z = 10
So this was the Matrix method of solving linear equations of three variables using inverse of matrix. Your valuables comments will be appreciated for betterment of this blog.



No comments:

Post a Comment

Your valuable suggestions are always acceptable to us for betterment of this website