Algorithm for a commutation matrix
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Luciano Campos
il 28 Mar 2016
Risposto: Luciano Campos
il 29 Mar 2016
Hi everybody, need help to design a Matlab code function that creates a commutation matrix K of size (mn,mn) such that, for a (m,n) matrix A:
vec(A')=K vec(A)
where the vec operator is such that, for example, if:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159150/image.png)
Thanks for your help.
best,
0 Commenti
Risposta accettata
Più risposte (1)
Walter Roberson
il 28 Mar 2016
You have not defined Commutation Matrix correctly. You have defined it in terms of Conjugate Transpose, but it is instead defined in terms of Transpose.
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!