solve by inversion method iii) x - y + z = 4, 2x + y - 3z = 0 and x + y + z = 2
Answers
Answer:
above image is right answer your questions
The solution of equations are:
x=2, y=-1 and z= 1
Given:
To find:
- Solution of equations using matrix inversion method.
Solution:
Concept/Method to be used:
- Write the equations in matrix form as AX= B where A: Coefficients matrix, X: Unknown variables matrix, B: Constant matrix.
- Now calculate and solution is
Step 1:
Write equations in matrix form.
AX= B
Step 2:
Find .
Find determinant of A.
Expand the determinant along R1
=1(1+3)+(2+3)+1(2-1)
=4+5+1
|A|= 10
|A|≠0, Thus inverse is exists.
Find Minor matrix for A:
Minor of each element of matrix can be find by hiding the elements of that row and column and cross multiply the elements and subtract.
Just like we are doing while calculating determinant.
Thus,
M11=1×1-(-3×1)= 4
by this way find all Minors.
M12=5
M13=1
M21=-2
M22=0
M23=2
M31=2
M32=-5
M33=3
Arrange all these in 3×3 matrix.
Now find Co-factor matrix:
Find Adj.(A):
Now take transpose of Co-factor matrix
Thus,
Step 3:
Multiply with B.
or
or
or
Thus,
_______________________________
Learn more:
1) Solve these three equations using matrix inversion method:
5x-6y-7z=7
6x-4y+10z=-34
2x+4y-3z=29
https://brainly.in/question/43871204
2) If A =( 8 −4 1 10 0 6 8 1 6 ), find A-1. Hence solve the following system of equations: 8x – 4y + z = 5; 10x + 6z =4; 8x...
https://brainly.in/question/43955097