Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How I generate all possible pairs of matrices?
조회 수: 2 (최근 30일)
이전 댓글 표시
First I define orthogonal matrix as when I combine two matrices (entry in first matrix with the corresponding entry in second matrix) there is no repetition in the ordered pair in the whole new matrix . e.g
A=[1 2 3;2 3 1; 3 2 1] and B=[1 2 3;3 1 2;2 1 3]
New = [1 1 2 2 3 3; 2 3 3 1 1 2; 3 2 2 1 1 3]
In the resulting matrix there is no repetition in the pairs.
If I have 120 such matrices , how I generate all possible mutually orthogonal out of these 120.
댓글 수: 2
Walter Roberson
2018년 1월 26일
It is not clear what the difference is between this question and your earlier question https://www.mathworks.com/matlabcentral/answers/377999-how-can-i-generate-all-possible-mutually-orthogonal-permutative-matrices-of-order-3-in-matlab
답변 (1개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!