Given the matrices: I=(10​01​), A=(−10​0−1​), B=(01​10​), C=(0−1​−10​).
By performing matrix multiplication: IA=A,IB=B,IC=C.
Also, A2=(−10​0−1​)(−10​0−1​)=(10​01​)=I.
B2=(01​10​)(01​10​)=(10​01​)=I.
C2=(0−1​−10​)(0−1​−10​)=(10​01​)=I.
AB=(−10​0−1​)(01​10​)=(0−1​−10​)=C.
Thus, checking the rows and columns, table 4 satisfies all multiplication properties of this group.