To find the sum of all elements of the matrix adj(adj(2(adjA)−1)), we start by evaluating the properties of the given matrix A.
The matrix A is given as:
A=1−21103215
Step 1: Compute the determinant of A
∣A∣=1(0−3)−1(−10−1)+2(−6−0)
∣A∣=−3+11−12=−4
Step 2: Simplify (adjA)−1
We know the identity A⋅adjA=∣A∣I3.
Taking inverse on both sides, we get:
(adjA)−1=(∣A∣A−1)−1=∣A∣1A
Substituting ∣A∣=−4:
(adjA)−1=−41A
Step 3: Simplify 2(adjA)−1
Let B=2(adjA)−1. Then:
B=2(−41A)=−21A
Step 4: Compute the determinant of B
Since B=−21A and A is a 3×3 matrix:
∣B∣=(−21)3∣A∣=−81(−4)=21
Step 5: Simplify adj(adjB)
For any n×n matrix B, the property of iterated adjoint states that:
adj(adjB)=∣B∣n−2B
For n=3:
adj(adjB)=∣B∣3−2B=∣B∣B
Substituting ∣B∣=21 and B=−21A:
adj(adj(2(adjA)−1))=21(−21A)=−41A
Step 6: Find the sum of all elements of −41A
First, find the sum of elements of matrix A:
Sum(A)=1+1+2+(−2)+0+1+1+3+5=12
Thus, the sum of all elements of the given matrix is:
Sum(−41A)=−41×Sum(A)=−41×12=−3
Hence, the correct option is D.