Algorithm for a commutation matrix
Mostrar comentarios más antiguos
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,
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 28 de Mzo. de 2016
0 votos
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 comentario
Luciano Campos
el 29 de Mzo. de 2016
Categorías
Más información sobre Spline Postprocessing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!