Exchange matrix

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In mathematics, especially linear algebra, the exchange matrices (also called the reversal matrix, backward identity, or standard involutory permutation) are special cases of permutation matrices, where the 1 elements reside on the antidiagonal and all other elements are zero. In other words, they are 'row-reversed' or 'column-reversed' versions of the identity matrix.[1]

J2=(0110)J3=(001010100)Jn=(00010010j˙01001000)

Definition

[edit | edit source]

If J is an n × n exchange matrix, then the elements of J are Ji,j={1,i+j=n+10,i+jn+1

Properties

[edit | edit source]
  • Premultiplying a matrix by an exchange matrix flips vertically the positions of the former's rows, i.e.,(001010100)(123456789)=(789456123).
  • Postmultiplying a matrix by an exchange matrix flips horizontally the positions of the former's columns, i.e.,(123456789)(001010100)=(321654987).
  • Exchange matrices are symmetric; that is: Jn𝖳=Jn.
  • For any integer k: Jnk={I if k is even,Jn if k is odd.In particular, Jn is an involutory matrix; that is, Jn1=Jn.
  • The trace of Jn is 1 if n is odd and 0 if n is even. In other words: tr(Jn)=1(1)n2=nmod2.
  • The determinant of Jn is: det(Jn)=(1)n/2=(1)n(n1)2 As a function of n, it has period 4, giving 1, 1, −1, −1 when n is congruent modulo 4 to 0, 1, 2, and 3 respectively.
  • The characteristic polynomial of Jn is: det(λIJn)=(λ1)n/2(λ+1)n/2={[(λ+1)(λ1)]n2 if n is even,(λ1)n+12(λ+1)n12 if n is odd,

its eigenvalues are 1 (with multiplicity n/2) and -1 (with multiplicity n/2).

Relationships

[edit | edit source]
  • An exchange matrix is the simplest anti-diagonal matrix.
  • Any matrix A satisfying the condition AJ = JA is said to be centrosymmetric.
  • Any matrix A satisfying the condition AJ = JAT is said to be persymmetric.
  • Symmetric matrices A that satisfy the condition AJ = JA are called bisymmetric matrices. Bisymmetric matrices are both centrosymmetric and persymmetric.

See also

[edit | edit source]
  • Pauli matrices (the first Pauli matrix is a 2 × 2 exchange matrix)

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value)..