回答済み
n! permutation matrices
You may consider creating multidemintional matrix as follows: I=eye(4); pr=perms(1:4); A=zeros(4,4,24); for i=1:24 A(:,:,...

4年以上 前 | 0