Let A be {1, 2, 3, 4}. Then the sequences 124, 421, 341 and 243 are same permutations of A taken 3 at a time. The sequences 12, 43, 31, 24, and 21 are examples of different permutations of A taken two at a time.
Given, A ={1, 2, 3, 4}
Cyclic notations of given permutations are:
"(1\\ 2\\ 4)=\\begin{pmatrix} \n1 &2&3&4\n\\\\ 2& 4&3&1\n \\end{pmatrix}"
"(4\\ 2\\ 1)=\\begin{pmatrix} \n4 &2&1&3\n\\\\ 2& 1&4&3\n \\end{pmatrix}"
"(3\\ 4\\ 1)=\\begin{pmatrix} \n3 &4&1&2\n\\\\ 4& 1&3&2\n \\end{pmatrix}"
"(2\\ 4\\ 3)=\\begin{pmatrix} \n2 &4&3&1\n\\\\ 4& 3&2&1\n \\end{pmatrix}"
"(1\\ 2)=\\begin{pmatrix} \n1 &2&3&4\n\\\\ 2& 1&3&4\n \\end{pmatrix}"
"(4\\ 3)=\\begin{pmatrix} \n4 &3&1&2\n\\\\ 3& 4&1&2\n \\end{pmatrix}"
"(3\\ 1)=\\begin{pmatrix} \n3 &1&2&4\n\\\\ 1& 3&2&4\n \\end{pmatrix}"
"(2\\ 4)=\\begin{pmatrix} \n2 &4&3&1\n\\\\ 4& 2&3&1\n \\end{pmatrix}"
"(2\\ 1)=\\begin{pmatrix} \n2 &1&3&4\n\\\\ 1& 2&3&4\n \\end{pmatrix}"
Comments
Leave a comment