how can I generate all possible mutually orthogonal permutative matrices of order 3 in matlab ?

조회 수: 2 (최근 30일)
e.g
1 2 3 1 2 3 (1,1) (2,2) (3,3)
2 3 1 3 1 2 (2,3) (3,1) (1,2)
3 2 1 2 1 3 (3,2) (2,1) (1,3)
these are mutually orthogonal because there is no repition in the ordered pairs.
  댓글 수: 3
Ammy
Ammy 2018년 1월 20일
RespectedSir,
Thank you for your kind consideration.
There are 120 permutative matrices of order 3, Is there any way to gererate all pairs out of these 120 which are orthognal to each other .
I need two orthogonal matrices with the condition that the hamming distance between each row should remain constant .
As in case of order 3 I need two orthogonal matrices with fixed hamming distance 3 between each possible pair of rows .
David Goodmanson
David Goodmanson 2018년 1월 21일
편집: David Goodmanson 2018년 1월 21일
Hi Noor,
How is a permutative matrix of order 3 defined? I though it might be a matrix where no number from {1,2,3} is repeated in any row or column, but there are only 12 of those.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ammy
Ammy 2018년 1월 21일
No number from {1,2,3} is repeated in row , column repetition is allow.
  댓글 수: 9
Ammy
Ammy 2018년 1월 22일
Thank you But is there any way to do this in MATLAB or R .
Ammy
Ammy 2018년 1월 31일
Is there any MATLAB code which genereate all these possibilities?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by