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 件のコメント
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 件)
参考
カテゴリ
Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!