How to find permutation symbol in MATLAB?
2 次查看(过去 30 天)
显示 更早的评论
L=[2 3 1 4;1 4 2 3;4 1 3 2;3 2 4 1]
Suppose Latin L = (li,j ) has order n. We can get n permutations that represent of each number of L. Let s ∈ n, we define permutation symbol of number s by σs such that σs(i) equal to j for which li,j = s. For example, from L in Example , we get σ1, σ2, σ2, σ4 ∈ S4 as permutation symbol of number 1, 2, 3, 4 in L respectively where σ1 = (1 3 2)(4), σ2 = (1)(2 3 4), σ3 = (1 2 4)(3), σ4 = (1 4 3)(2).
How we find permutation symbol in MATLAB?
Thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!