Show that if det (A) ≠ 0 where det(A) is the determinant of the coefficient matrix
Let
a11x1+a12x2+a13x3=b1a21x1+a22x2+a23x3=b2a31x1+a32x2+a33x3=b3
coefficient matrix of A is given by:
A=⎣⎡a11a21a31a12a22a32a13a23a33⎦⎤
det(A)
det(A)=a11∣∣a22a32a23a33∣∣−a12∣∣a21a31a23a33∣∣+a13∣∣a21a31a22a32∣∣
det(A)=a11(a22a33−a32a23)−a12(a21a33−a31a23)+a13(a21a32−a31a22)
det(A)=a11a22a33−a11a32a23−a12a21a33+a12a31a23+a13a21a32−a13a31a22
hence
det(A) is not equal to zero
solving by the property of determinant:
x2det(A)=∣∣a11a21a31x2a12x2a22x2a32a13a23a33∣∣
applying the operation
c2=c2+x1c1+x3c3x2det(A)=∣∣a11a21a31a11x1+a12x2+a13x3a21x1+a22x2+a23x3a31x1+a32x2+a33x3a13a23a33∣∣
⟹x2det(A)=∣∣a11a21a31b1b2b3a13a23a33∣∣=det(A2)
since
x2det(A)=det(A2)⟹x2=det(A)det(A2) and det(A) is not equal to zero.
Comments