Concept:
Compute \( A^2 \) and equate with identity matrix.
Step 1: Find \( A^2 \).
\[
A^2 =
\begin{bmatrix}
a & b \\
c & -a
\end{bmatrix}
\begin{bmatrix}
a & b \\
c & -a
\end{bmatrix}
=
\begin{bmatrix}
a^2 + bc & 0 \\
0 & a^2 + bc
\end{bmatrix}
\]
Step 2: Equate with identity.
\[
A^2 = I \Rightarrow a^2 + bc = 1
\]
Step 3:
\[
1 - a^2 - bc = 0
\]