フィルターのクリア

Algorithm for a commutation matrix

18 ビュー (過去 30 日間)
Luciano Campos
Luciano Campos 2016 年 3 月 28 日
回答済み: Luciano Campos 2016 年 3 月 29 日
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:
Thanks for your help.
best,

採用された回答

Luciano Campos
Luciano Campos 2016 年 3 月 29 日
I've worked this out. No further help needed.
Thanks anyway.
best,

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 3 月 28 日
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.
  1 件のコメント
Luciano Campos
Luciano Campos 2016 年 3 月 29 日
Hi Walter,
Thanks for your answer, but I don't really see the difference between the way I defined the commutation matrix and how it's defined in Wikipedia. In any case, I'd really appreciate if you can help me coding it.
best,

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by