How to find permutation cycle in matlab?
Show older comments
A=
4 1 2 3
1 2 3 4
2 3 4 1
3 4 1 2
I define a function
s4(i)=j for which i , j = 4
as in my case
s4(1)=1
s4(2)=4
s4(3)=3
s4(4)=2
and find permutation as; (1)(24)(3)
How can I find these cycles in matlab ?
Answers (1)
Ammy
on 10 Feb 2018
0 votes
Categories
Find more on Fluid Dynamics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!