Concept:Use the half-angle substitution t=tan2θ to compute A−1 and then multiply by B.Explanation:Let t=tan2θ.Then A=[1t−t1] and B=[1−tt1].For a 2×2 matrix [acbd], the inverse is ad−bc1[d−c−ba].Here ∣A∣=1(1)−(−t)(t)=1+t2.So A−1=1+t21[1−tt1]=1+t21B.Therefore, A−1B=1+t21B⋅B.Since B⋅B=[1−tt1][1−tt1]=[1−t2−2t2t1−t2],we get A−1B=1+t21[1−t2−2t2t1−t2].Use the identities cosθ=1+t21−t2 and sinθ=1+t22t.Thus, A−1B=[cosθ−sinθsinθcosθ].Answer:[cosθ−sinθsinθcosθ], which is Option A.