Consider the set of matrices G = {[1, a, b; 0, 1, c; 0, 0, 1] : a, b, c belong to Q (set of rational numbers)} Given that matrix multiplication is associative, find the center of G.
Since we know that the center of a group, Z(G) = {a belong to G: ax=xa for all x belong to G} Hence Z(G) = {0, 1, a, b, c} for all a, b, c belong to Q
Is it correct?