Concept:The main idea is to test properties of matrices: triangular matrices and their inverses, adjoint properties, and product of adjoints.
Explanation:We examine each option step by step.
Option (A): A triangular matrix (upper or lower) remains triangular after inversion. For an upper triangular matrix
A=[a0bc], its inverse is
A−1=ac1[c0−ba], which is also upper triangular. This holds for any size. Hence statement (A) is correct.
Option (B): For any matrix
A,
adj(AT)=(adjA)T, not
adjA in general. Taking transpose of a matrix does not leave the adjoint unchanged unless
A is symmetric. So statement (B) is false.
Option (C): For square matrices
A and
B of order
n,
adj(AB)=(adjB)(adjA) (the order is reversed), not
(adjA)(adjB). A simple counterexample with
2×2 matrices shows the given equality fails. Hence (C) is false.
Answer:Option A is correct.