Concept:The inverse of a matrix A is given by A−1=det(A)1⋅adj(A), provided det(A)=0.Explanation:First, find the determinant of A=cosθ−sinθ0sinθcosθ0001.Compute det(A)=cosθ(cosθ⋅1−0)−sinθ((−sinθ)⋅1−0)+0=cos2θ+sin2θ=1.Since det(A)=1=0, the inverse exists.Next, find the minors of each element.m11=cosθ, m12=−sinθ, m13=0,m21=sinθ, m22=cosθ, m23=0,m31=0, m32=0, m33=cos2θ+sin2θ=1.The cofactor matrix C is obtained by cij=(−1)i+jmij.Thus, C=cosθ−sinθ0sinθcosθ0001.The adjugate of A is the transpose of C: adj(A)=CT=cosθsinθ0−sinθcosθ0001.Finally, A−1=11⋅adj(A)=cosθsinθ0−sinθcosθ0001.Answer:A−1=cosθsinθ0−sinθcosθ0001 (Option A).