Given matrix A = ⎣⎡4123315−55⎦⎤
1) By expanding along the second row,
det(A) = (-1) ∣∣3155∣∣ + 3 ∣∣4255∣∣ - (-5) ∣∣4231∣∣
= (-1)(15-5) + 3(20-10) + 5(4-6) = -10 + 30 -10 = 10
2) Now since D = det(A) = 0, so Cramers rule can be used to solve the given system of equation AX=b where X = [x y z]' , b = [0 0 a]' and a = 0.
Now Dx = ∣∣00a3315−55∣∣ = a(-15-15) = -30a = 0 (expanding along the first column)
Dy = ∣∣41200a5−55∣∣ = -a(-20-5) = 25a = 0 (expanding along the second column)
Dz = ∣∣41233100a∣∣ = a(12-3) = 9a = 0 (expanding along the third column)
So solution of the given system is
x=DDx=10−30a=−3a,y=DDy=1025a=2.5a,z=DDz=109a=0.9a