Solve the following system of equations by matrix methods: x + y + z = 6 ; y + 3z = 11 and x – 2y + z = 0.
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
Given the equations
x + y + z = 6
y + 3z = 11
x – 2y + z = 0
using matrix method.
let A X B
Ax = B
X = A–1B ....(1)
we know that
then cofactor of matrix A
sign change
C11 = 7 C12 = +3 C13 = – 1
C21 = –3 C22 = 0 C23 = +3
C31 = 2 C32 = –3 C33 = 1
then
adj(A) = CT (transpose of c)
|A| a11c11 + a12c12 + a13c13
= 1 × 7 + 1 × 3 + 1 × (–1)
= 7 + 3 – 1 = 9
by equation (1) and we get
x = A–1B
then x = 1, y = 2, z = 3 (by matrix method)
Hence, this is the answer.