Concept:The inverse of a matrix is given by A−1=∣A∣1adj(A).Explanation:First, compute the determinant of A.∣A∣=1⋅1−cot2θ(−cot2θ)=1+cot22θ.Using 1+cot2x=csc2x, we get ∣A∣=csc22θ=0.So A is invertible.For a 2×2 matrix [acbd], we have adj(A)=[d−c−ba].Here a=1, b=cot2θ, c=−cot2θ, d=1.Thus adj(A)=[1cot2θ−cot2θ1]=AT.Therefore:A−1=csc22θ1[1cot2θ−cot2θ1]=sin22θAT.Now use the identity sin22θ=21−cosθ.Hence A−1=(21−cosθ)AT.Answer:Option D: (21−cosθ)AT.