Qurak

PermutationProduct

ใช้งานได้

Composes permutations, applying them left to right. With permutation lists

PermutationProduct[a, b, c]
PermutationProduct[{2, 1, 3}, {1, 3, 2}] → {3, 1, 2}PermutationProduct[{2, 3, 1}, {2, 3, 1}, {2, 3, 1}] → {1, 2, 3}PermutationProduct[{2, 1}, {2, 3, 1}] → {3, 2, 1}PermutationProduct[Cycles[{{1, 2}}], Cycles[{{2, 3}}]] → Cycles[{{1, 3, 2}}]

หัวข้อ

ที่เกี่ยวข้อง

ฟังก์ชันทั้งหมด 6300 รายการ · ใช้สิ่งนี้จากไคลเอนต์ MCP