Concept:A unit matrix (identity matrix) has 1 on its main diagonal and 0 elsewhere. Its determinant is always 1.Explanation:For order 3, the identity matrix is:I3=100010001Expand the determinant along the first row:∣I3∣=11001−00001+00010The terms multiplied by 0 all vanish, leaving:∣I3∣=1(1⋅1−0⋅0)=1(1)=1Answer:∣I3∣=1, so the correct option is C.