matrix question



Hi,

Consider the following problems. Let x_i i=1..N and y_i i=1..N be
integer-valued sequences. I want to find a permutation p of {1..N} s.t.
x_p(i) = y_i (or prove that no such permutation exists). This is easy
enough, just sort the values {x_1, x_2, ... x_N} and {y_1, y_2, .. ,
y_N} and see if the two sets are the same (including multiplicities).

Now suppose I have two matrices X_{i,j} and Y_{i,j} again with integer
entries. I'm looking for an algorithm which finds a column permutation
c, and a row permutation r s.t. X_{r(i), c(j)} = Y_{i,j} (or proves
non-existence). Can this be done in polynomial time in N?

Next, I have triply-subscripted quantities X_{i,j,k} and Y_{i,j,k} and
I now seek three permutations which map X to Y as before. Is this
solvable in polynomial time?

Marv

.



Relevant Pages

  • Re: matrix question
    ... integer-valued sequences. ... I want to find a permutation p of s.t. ... only shuffle elements which are in the same equality group. ...
    (sci.math)
  • Matrix question
    ... integer-valued sequences. ... I want to find a permutation p of s.t. ... Can this be done in polynomial time in N? ... Does anyone have any clues? ...
    (sci.math.research)
  • Re: matrix question
    ... integer-valued sequences. ... I want to find a permutation p of s.t. ... Just sort the columns, where the "less-than" function can be done by ... if they're equal, then compare elements N-2, and so ...
    (sci.math)
  • Re: Homomorphisms
    ... Prove the mapping that Sn to Z2 that takes an even permutation to ... prove that the map, call it s, satisfies that s ... How many homomorphisms are there from Z20 onto Z8? ...
    (sci.math)
  • Re: Need a Name for group operations
    ... sets in Z12 that map into themselves under D4 X S3. ... What, exactly, do you mean by a "backwards" permutation? ...
    (sci.math)