How to find permutation symbol in MATLAB?

조회 수: 4 (최근 30일)
Ammy
Ammy 2018년 2월 3일
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개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by