Hello,
I'm am very new to Mathematica. I would like to use it to first solve a simple problem.
I have two sets containing set of elements of constant size (say 5 elements). For example: Set 1 : {{ 1,2,3,4,5}, { 2,3,4,5,6}, { 1,4,5,6,7}} Set 2 : {{ 2,3,4,5,8}, { 1,2,4,5,6}, { 2,3,5,6,8}}
I want to know if there exists a permutation of elements from 1 to 8 (in that example) that maps Set 1 to Set 2 ? Sometimes the answer is yes, sometimes it is no.
I am not interested in this permutation if it exists. Only the answer to the question matters to me.
Can someone give me hints for doing this with Mathematica ?
Thank you.