In one of the assignments I was asked to explain whether the given channels are symmetric. For instance, $Q_1$ and $Q_2$, the matrix describes a conditional distribution, e.g., $p(decode_1|encode_1)=p(decode_3|encode_2) =0.5$ $$Q_1 = \begin{bmatrix} 0.5 & 0.3 \\ 0.2 & 0.2 \\ 0.3 & 0.5 \\ \end{bmatrix} $$ $$Q_2 = \begin{bmatrix} 0.5 & 0.2 \\ 0.2 & 0.3 \\ 0.3 & 0.5 \\ \end{bmatrix} $$
I was wondering what is the formal definition of a symmetric channel? Didn't see it in my lecture, tried Wikipedia, only find a topic on binary symmetric channels. Is there a more extended definition of symmetric channels other than binary?
According to R.C. Gallager, "Information theory and reliable communication", Wiley (1968):
DMC = discrete memoryless channel.