Question
Question: If A is a non-diagonal involutory matrix then [a] A-I=O [b] A+I = O [c] A-I is non-zero singu...
If A is a non-diagonal involutory matrix then
[a] A-I=O
[b] A+I = O
[c] A-I is non-zero singular
[d] none of these.
Solution
Hint:Use the definition of an involutory matrix is a square matrix which is inverse of itself. Hence a matrix is an involutory matrix if and only if it follows involution i.e. A2=I. Use the fact that if A is a square matrix the AI=IA=A. Use the property of the distribution of matrix multiplication over matrix addition. Use the property that if A and B are square matrices, the det(AB)=det(A)det(B)
Complete step-by-step answer:
We have A is an involutory matrix.
Hence A2=I
Subtracting I from both sides, we get
A2−I=I-I=O
Adding and subtracting IA on LHS, we get
A2−IA+IA-I=O
Taking A common from the first two terms and I common from the last two terms, we have
A(A-I)+I(A-I)=O
Taking A-I common, we get
(A-I)(A+I)=O
Taking determinant on both sides, we get
det((A-I)(A+I))=det(O)=0
We know that det(AB) = det(A) det(B) if A and B are square matrices. Hence, we have
det(A-I)det(A+I)=0
Using zero product property, we get
det(A-I)=0 or det(A+I)=0
Hence either A-I is singular or A+I is singular.
Also since A is non-diagonal , we have A-I=O and A+I=O.
This is because if A-I = O, then A = I which is diagonal and if A+I = O, then A = -I which is a diagonal matrix. But since A is non-diagonal we have that a diagonal matrix equals a non-diagonal matrix, which is a contradiction. Hence we have A-I=O and A+I=O.
Hence option [c] is correct.
Note: Students usually make a mistake by saying that we factorise A2−I2 as (A-I)(A+I) using the formula (a+b)(a−b)=a2−b2, which is not correct since matrix multiplication is not commutative.
Hence in general (A−B)(A+B)=A2−B2.The above equation holds true for matrices which commute.
Since I commutes with every square matrix, we have A2−I=(A−I)(A+I).