For an invertible matrix A, checking each statement:
A×A−1=I
Taking determinant of both sides:
∣A∣×∣A−1∣=∣I∣
∣A∣×∣A−1∣=1
∣A−1∣=∣A∣1
Since ∣A−1∣=∣A∣1 and not ∣A∣, statement (A) is FALSE.
If A−1 is the inverse of A, then A is the inverse of A−1.
By definition of inverse:
(A−1)−1=A
Statement (B) is TRUE.
For an invertible matrix, the inverse formula is:
A−1=∣A∣adjA
This is a standard property of invertible matrices.
Statement (C) is TRUE.
Starting with A×A−1=I, taking transpose of both sides:
(A×A−1)T=IT
Using (AB)T=BTAT:
(A−1)T×AT=I
This means (A−1)T is the inverse of AT.
Therefore:
(AT)−1=(A−1)T
Statement (D) is TRUE.
Statements (B), (C), and (D) are TRUE.
Statement (A) is FALSE.