Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.2k questions

1.3k answers

1.7k comments

591 users

0 votes

In this paull matrix creation, instead of {{0,1,2},{1,2,0},{2,0,1}} can I write the other combination {{0,1,2},{2,0,1},{1,2,0}} in that case network will be different. or if not can you please explain how I can construct that paull matrix from the phi? 

in # Study-Organisation (Master) by (520 points)

1 Answer

0 votes

The Paull matrix given in the solution is as follows

    0 1 2
    1 2 0
    2 0 1

We can easily check that this solution is correct, since each one of the indices 0,1,2 appears exactly once in every row and column. The same is the case with your suggestion

    0 1 2
    2 0 1
    1 2 0

This Paull matrix is also correct, since every middle switch with index 0,1,2 has a unique left connection and a unique right connection since each one of the indices 0,1,2 appears exactly once in every row and column.

Clearly, the connections will be routed differently with the two matrices, but in both cases, the given permutation can be correctly established.

    

by (172k points)

Related questions

0 votes
1 answer
+1 vote
1 answer
0 votes
1 answer
0 votes
1 answer
Imprint | Privacy Policy
...