Concept:For a non-singular matrix, A−1=∣A∣adjA, and the correct power of A is identified by comparing matrices.Explanation:First, compute the determinant:∣A∣=320−3−3−1441=1=0So A−1 exists.The cofactor matrix of A is:1−10−23−4−23−3Taking its transpose gives:adjA=1−2−2−1330−4−3Since ∣A∣=1,A−1=1−2−2−1330−4−3Now compute powers of A:A2=A⋅A=30−2−4−1240−3A3=A2⋅A=1−2−2−1330−4−3This matches A−1 exactly.Answer:A−1=A3, so the correct option is C.