we are given
y-10z=-8
2х - бу=8
x+2z=7
this can be rewritten as
0x+y-10z=-8
2х - бу+0z=8
x+0y+2z=7
representing above equations in matrix form, we have
⎝⎛0211−60−1002⎠⎞ ⎝⎛xyz⎠⎞ =⎝⎛−887⎠⎞
let A=⎝⎛0211−60−1002⎠⎞ and b= ⎝⎛−887⎠⎞ and X=⎝⎛xyz⎠⎞
find inverse of matrix A using GAUSS-JORDAN INVERSE METHOD by reducing the following matrix to row echelon form
= ⎝⎛0211−60−10∣0∣2∣100010001⎠⎞
R1↔R3
= ⎝⎛1200−612∣0∣−10∣001010100⎠⎞
R2→R2−2R1
=⎝⎛1000−612∣−4∣−10∣0010101−20⎠⎞
R2→−61R2
R3→6R3+R2
=⎝⎛1000102∣64∣−64∣0060−611162−2⎠⎞
R3→−641R3
=⎝⎛1000102∣64∣1∣00−6460−61−641162642⎠⎞
R2→R2−64R3
R1→R1−2R3
=⎝⎛1000100∣0∣1∣6412644−646642−325−6411615165642⎠⎞
⟹ A−1 = ⎝⎛6412644−646642−325−6411615165642⎠⎞
A-1AX=A-1b
⎝⎛6412644−646642−325−6411615165642⎠⎞ ⎝⎛0211−60−1002⎠⎞ ⎝⎛xyz⎠⎞ =⎝⎛6412644−646642−325−6411615165642⎠⎞ ⎝⎛−887⎠⎞
⎝⎛100010001⎠⎞ ⎝⎛xyz⎠⎞ =⎝⎛5.312500.437500.84375⎠⎞
∴ x=5.31250
y=0.43750
z=0.84375
Comments