Let be an matrix. The first definition of
persymmetric requires that a_{ij} = a_{n-j+1,\,n-i+1} for all . For example, 5 × 5 persymmetric matrices are of the form A = \begin{bmatrix} a_{11} & a_{12} & a_{13} & a_{14} & a_{15} \\ a_{21} & a_{22} & a_{23} & a_{24} & a_{14} \\ a_{31} & a_{32} & a_{33} & a_{23} & a_{13} \\ a_{41} & a_{42} & a_{32} & a_{22} & a_{12} \\ a_{51} & a_{41} & a_{31} & a_{21} & a_{11} \end{bmatrix}. This can be equivalently expressed as where is the
exchange matrix. A third way to express this is seen by post-multiplying with on both sides, showing that rotated 180 degrees is identical to : A = J A^\mathsf{T} J. A
symmetric matrix is a matrix whose values are symmetric in the northwest-to-southeast diagonal. If a symmetric matrix is rotated by 90°, it becomes a persymmetric matrix. Symmetric persymmetric matrices are sometimes called
bisymmetric matrices. == Definition 2 ==