Question:

If A is a square matrix of order 3 such that |A|= 2, then the value of |adj(adj A)| is:

Updated On: May 11, 2025
  • 2
  • 4
  • 8
  • 16
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

To find the value of |adj(adj A)|, we utilize some properties of determinants and adjugates.
Given that A is a square matrix of order 3 and |A| = 2, we need to recall that for any n x n matrix A:
  • The adjugate (adj) of A, denoted as adj A, satisfies:
    A * adj A = |A| * I, where I is the identity matrix of the same order.
  • The determinant of adj A is given by the formula:
    |adj A| = |A|^(n-1), where n is the order of the square matrix.
  • For |adj(adj A)|, the formula is:
    |adj(adj A)| = |A|^((n-1)^2).
Since A is a 3x3 matrix, n = 3. Thus, we have:
  • |adj A| = |A|^(3-1) = |A|^2 = 2^2 = 4
  • |adj(adj A)| = |A|^((3-1)^2) = |A|^4 = 2^4 = 16
Therefore, the value of |adj(adj A)| is 16.
Was this answer helpful?
0
0