Let
G={(1001),(ω00ω2),(ω200ω),(0110),(0ω2ω0),(0ωω20)} and ∗=matrix multiplication.
Let e=(1001),a=(ω00ω2),b=(ω200ω),c=(0110),d=(0ω2ω0),f=(0ωω20)
e∗e=(1001)(1001)=e
e∗a=(1001)(ω00ω2)=a
Similarly e∗b=b,e∗c=c,e∗d=d,e∗f=f
a∗a=(ω00ω2)(ω00ω2)=(ω200ω)=b
Similarly finding all possibilities we generate the following table
∗ | e | a | b | c | d | f |
e | e | a | b | c | d | f |
a | a | b | e | f | c | d |
b | b | e | a | d | f | c |
c | c | d | f | e | a | b |
d | d | f | c | b | e | a |
f | f | c | d | a | b | e |
From the table, it is seen that G is closed under ∗, matrix multiplication is associative and e is the identity.
Also satisfies inverse property.
- Inverse of e is e
- Inverse of a is b
- Inverse of b is a
- Inverse of c is c
- Inverse of d is d
- Inverse of f is f
Hence (G,∗) is a group.