Engineering
Mathematics
Introduction to Matrix
Inverse of a Matrix
Solving System of Linear Equation Cramers Rule
Question

Solve the following system of equations by matrix methods: x + y + z = 6 ; y + 3z = 11 and x – 2y + z = 0.

JEE Advance
College PredictorLive

Know your College Admission Chances Based on your Rank/Percentile, Category and Home State.

Get your JEE Main Personalised Report with Top Predicted Colleges in JoSA

Solution
Verified BY
Verified by Zigyan

Given the equations

x + y + z = 6

y + 3z = 11

x – 2y + z = 0

using matrix method.

            111013121xyz=6110

let                 A                    X           B

Ax = B

X=BA,   X = A–1B      ....(1)

we know that

A1=1|A|adj(A)

then cofactor of matrix A

C11=1321=7

C12=0    31    1=3

C13=0112=1

C21=1121=3

C22=1    11    1=0

C23=1112=3

C31=1    11    3=2

C32=1    10    3=3

C33=1    10    1=1

sign change

C11 = 7        C12 = +3       C13 = – 1

C21 = –3      C22 = 0         C23 = +3

C31 = 2        C32 = –3       C33 = 1

then

C=c11    c12    c13c21    c22    c23c31    c32    c33=731303231

adj(A) = CT   (transpose of c)

=732303131

|A| a11c11 + a12c12 + a13c13

= 1 × 7 + 1 × 3 + 1 × (–1)

= 7 + 3 – 1 = 9

A1=1|A|ady(A)

A1=19732303131

by equation (1) and we get

x = A–1B

xyz=197323031326110

xyz=194233+018+0+06+33+0

xyz=1991827

xyz=1z3

then x = 1, y = 2, z = 3   (by matrix method)

Hence, this is the answer.