GroupTheory`
GroupTheory`
GTReorderMatrix
GTReorderMatrix[dimension,list] gives a matrix of dimension to interchange rows and colums in a matrix. list consists of pairs of indices, defining the reordering.
Details and Options
- Reordering of a matrix can be performed by matrix multiplication. The module creates a matrix T to reorder rows and columns simultaneously.
- A' = T A T
- Such a reordering of a matrix is sometimes useful to change the structure of tight-binding Hamiltonians.
- W. Hergert, M. Geilhufe, Group Theory in Solid State Physics and Photonics. Problem Solving with Mathematica, chapter 9.7.4.