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!