Concept:For any square matrix A, the relation between adjoint and inverse is adjA=∣A∣A−1.Explanation:Given matrix A is a rotation matrix, so its determinant is:∣A∣=(cos2α+sin2α)(1)=1.Using adjA=∣A∣A−1, we get:B=adjA=1⋅A−1=A−1.Now take inverse on both sides:B−1=(A−1)−1=A.Thus, B−1 is the matrix A itself.Answer:B−1=AHence, the correct option is D. A.