Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 years ago

lijr07 gravatar image

How to find a permutation which sends a given list to another given list in SageMath?

Given two list L1, L2, say

L1=[1,2,5,6,3,4,4,8,2]
L2=[1,2,2,5,6,4,3,4,8]

How to find a permutation w in S_9 such that w(L1) = L2 in python?

Here s_i acts on L1 is exchange the ith and i+1th element of L1.

Thank you very much.

click to hide/show revision 2
No.2 Revision

How to find a permutation which sends a given list to another given list in SageMath?

Given two list L1, L2, say

L1=[1,2,5,6,3,4,4,8,2]
L2=[1,2,2,5,6,4,3,4,8]

How to find a permutation w in S_9 such that w(L1) = L2 in python?

Here s_i acts on L1 is exchange the ith and i+1th element of L1.

Thank you very much.

How to find a permutation which sends a given list to another given list in SageMath?

Given two list L1, L2, say

L1=[1,2,5,6,3,4,4,8,2]
L2=[1,2,2,5,6,4,3,4,8]

How to find a permutation w in S_9 S9 such that w(L1) = L2 in python?

Here s_i si acts on L1 is to exchange the ith and i+1th element of L1.

Thank you very much.

How to find a permutation which sends a given list to another given list in SageMath?

Given two list L1, L2, say

L1=[1,2,5,6,3,4,4,8,2]
L2=[1,2,2,5,6,4,3,4,8]
L1=[1,2,5,6,3,4,4,8,2,1,9,3,2]
L2=[1,2,2,5,6,4,3,4,8,9,1,2,3]

How to find a permutation w in S9 S13 such that w(L1) = L2 in python?

Here si acts on L1 is to exchange the ith and i+1th element of L1.

Thank you very much.

How to find a permutation which sends a given list to another given list in SageMath?

Given two list L1, L2, say

L1=[1,2,5,6,3,4,4,8,2,1,9,3,2]
L2=[1,2,2,5,6,4,3,4,8,9,1,2,3]

How to find a permutation w in S13 such that w(L1) = L2 in python?

Here si w=si1sik for some k, and each sj acts on L1 is to exchange the ith jth and i+1th j+1th element of L1.

Thank you very much.

How to find a permutation which sends a given list to another given list in SageMath?

Given two list L1, L2, say

L1=[1,2,5,6,3,4,4,8,2,1,9,3,2]
L2=[1,2,2,5,6,4,3,4,8,9,1,2,3]

How to find a permutation w in S13 such that w(L1) = L2 in python?

Here w=si1sik for some k, and each sj acts on L1 is to exchange by exchanging the jth and j+1th element of L1.

Thank you very much.