Concept:For a 3×3 skew‑symmetric matrix, the determinant is always zero, so the matrix is singular and its inverse does not exist.Explanation:The given matrix A is skew‑symmetric because AT=−A.For any square matrix, det(AT)=det(A).Using AT=−A, we get det(A)=det(−A)=(−1)3det(A)=−det(A).Thus 2det(A)=0, so det(A)=0.A matrix with zero determinant is singular and cannot be inverted.Answer:Option D: A−1 does not exist.