Question: how to calculate a permutation raised by a power in Maple?

example let P be a permutation: P: = Matrix ([[1,2,3], [4,5,6]])
calculate P ^ 4567 knowing that the order of P = 20
Please Wait...