Question 1055331
 Find the value(s)of b for which 
Z = 
6 −b −4
b 0 1
1 −2 1 
is singular.
--------------------
Determine the determinant of the matrix.
(6*0*1 + b*-2*-4 + 1*1*b) - (-4*0*1 + 1*-2*6 + 1*b*-b)
---------
(0 + 8b + b) - (0 - 12 - b^2)
---------
Determinant = 9b + 12 + b^2
----
Matrix is singular iff determinant = 0
Solve::
b^2 + 9b + 12 = 0
b = [-9 +- sqrt(81-4*12)]/2
b = [-9 +- sqrt(33)]/2
------------
Cheers,
Stan H.