Concept:For an invertible square matrix
A, the inverse satisfies
(A−1)−1=A and
det(A−1)=detA1. For scalar multiplication,
(λA)−1=λ1A−1, not
λA−1.
Explanation:Property 1: Starting from
AA−1=I, take inverse on both sides:
(AA−1)−1=I−1.
Using
(AB)−1=B−1A−1, we get
(A−1)−1A−1=I.
Post‑multiply by
A:
(A−1)−1A−1A=IA⇒(A−1)−1I=A⇒(A−1)−1=A.
Thus property 1 is correct.
Property 2: Take determinant of
AA−1=I:
det(AA−1)=det(I).
Since
det(AB)=detA⋅detB, we have
detA⋅det(A−1)=1.
Hence
det(A−1)=detA1. Property 2 is correct.
Property 3: For any nonzero scalar
λ,
(λA)−1=λ1A−1.
The given statement
(λA)−1=λA−1 is false unless
λ=±1 (not generally true). Thus property 3 is incorrect.
Answer:Only properties 1 and 2 hold. Therefore the correct option is A (1 and 2 only).