Concept:
Matrix multiplication is performed by multiplying the rows of the first matrix with the columns of the second matrix.
For a \(2\times2\) matrix, the identity matrix is: \[ I= \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \] Two matrices are equal when their corresponding elements are equal.
Step 1: Calculate \(A^2\)
Given: \[ A= \begin{bmatrix} -p & q \\ r & p \end{bmatrix} \] Therefore: \[ A^2= \begin{bmatrix} -p & q \\ r & p \end{bmatrix} \begin{bmatrix} -p & q \\ r & p \end{bmatrix} \] \[ A^2= \begin{bmatrix} (-p)(-p)+qr & (-p)q+qp \\ r(-p)+pr & rq+p^2 \end{bmatrix} \] \[ A^2= \begin{bmatrix} p^2+qr & 0 \\ 0 & p^2+qr \end{bmatrix} \]
Step 2: Apply the condition \(A^2=I\)
Given: \[ A^2=I \] Therefore: \[ \begin{bmatrix} p^2+qr & 0 \\ 0 & p^2+qr \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \] Comparing corresponding elements: \[ p^2+qr=1 \]
Step 3: Rearrange the equation
From: \[ p^2+qr=1 \] we get: \[ 1-p^2-qr=0 \]
Final Answer:
Therefore, \[ \boxed{1-p^2-qr=0} \] Hence, the correct answer is Option (B).
Determine whether each of the following relations are reflexive, symmetric, and transitive.
Show that the relation R in the set R of real numbers, defined as
R = {(a, b): a ≤ b2 } is neither reflexive nor symmetric nor transitive.
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as
R = {(a, b): b = a + 1} is reflexive, symmetric or transitive.