Question
Question: If $A = \begin{bmatrix} x & 1 \\ 1 & 0 \end{bmatrix}$ and $A = A^{-1}$ then x =...
If A=[x110] and A=A−1 then x =

A
0
B
4
C
2
D
1
Answer
0
Explanation
Solution
The condition A=A−1 implies A2=I. Calculate A2 by multiplying A by itself. Equate the resulting matrix to the identity matrix I. Compare the corresponding elements of the matrices to form equations. Solve these equations for x. All equations consistently yield x=0.
Alternatively, we can calculate A−1 directly. For a 2x2 matrix M=[acbd], its inverse is M−1=det(M)1[d−c−ba]. First, find the determinant of A: det(A)=(x)(0)−(1)(1)=0−1=−1.
Now, calculate A−1: A−1=−11[0−1−1x]=[011−x].
Given A=A−1: [x110]=[011−x]
Comparing the corresponding elements: x=0