creating a matrix with coefficients in this equation
finding determinan of matrix (2) A = -4
Replace the 1st column of the main matrix with the solution vector(5,6,9) and find its determinant
B = -4
Replace the 2nd column of the main matrix with the solution vector and find its determinant
C = -4
Replace the 3rd column of the main matrix with the solution vector and find its determinant
D = -8
x=B/A=1
y=C/A=1
z=D/A=2
Solution set:
x=1
y=1
z=2
check
1*1+2*1+1*2 = 5
2*1+2*1+1*2 = 6
1*1+2*1+3*2 = 9
Comments
Leave a comment