asked 38.8k views
2 votes
Use Cramer's Rule to find the determinant of the coefficient matrix of this system of equations.

Use Cramer's Rule to find the determinant of the coefficient matrix of this system-example-1
asked
User Xirema
by
8.6k points

1 Answer

5 votes

Answer:

Determinant = -12

Explanation:

rewrite the system as

-2 = 2x - 3y + 0z

0 = 0x + y - 2z

1 = -3x + 2y - z

then the coefficient matrix is

{ [2, -3, 0]

[0, 1, -2]

[-3, 2, -1] }

to find determinant

{ [2, -3, 0] , 2, -3

[0, 1, -2] , 0, 1

[-3, 2, -1] }, -3, 2

determinant = 2*1*-1 + (-3 * -2 * -3) + (0*0*2) - 0 - (2*-2*2) - 0

determinant = -2 - 18 + 0 - 0 + 8 = -12

answered
User Francois Jacq
by
7.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.