0
3.1kviews
Write the following permutations as the product of disjoint cycle.

f= (1,3,2,5) (1,4,5) (2,5,1)


1 Answer
0
298views

I. Given f= (1,3,2,5) (1,4,5) (2,5,1)

  1. I. Given f(1)= (1,3,2,5) (1,4,5) (2,5,1) (1)

= (1,3,2,5) (1,4,5) (2)

= (1,3,2,5) (2)

f(1)= 5

  1. f(2)= (1,3,2,5) (1,4,5) (2,5,1) (2)

= (1,3,2,5) (1,4,5) (5)

= (1,3,2,5) (1)

f(2)= 3

  1. f(3)= (1,3,2,5) (1,4,5) (2,5,1) (3)

= (1,3,2,5) (1,4,5) (3)

= (1,3,2,5) (3)

f(3)= 2

  1. f(4)= (1,3,2,5) (1,4,5) (2,5,1) (4)

= (1,3,2,5) (1,4,5) (4)

= (1,3,2,5) (5)

f(4)= 1

5.f(5)= (1,3,2,5) (1,4,5) (2,5,1) (5)

= (1,3,2,5) (1,4,5) (1)

= (1,3,2,5) (4)

f(5)= 4

enter image description here

Hence, expressing permutation f as the product of disjoint cycle, we have

$\therefore$ f = (1,5,4) (2,3)

Please log in to add an answer.