If matrix satisfies what are all possible values of real number such that the matrix is not invertible?
Details and assumptions
denotes the identity matrix.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If A = A − 1 as stated above, then A A − 1 = I which produces:
a 2 + b c = 1 ; 2 a b = 2 a c = 0 ⇒ a = 0 ; b c = 1 .
If we wish to find a value x such that A − x I is non-invertible (or namely det ( A − x I ) = 0 ), then:
det ( A − x I ) = x 2 − 1 = 0 ⇒ x = ± 1 .