8
$\begingroup$

I have a matrix which is kind of symmetrical with the other diagonal, i.e., something like

$$A = \left[ \begin{array}{c c c c} a & b & c & d \\ e & f & g & c \\ h & i & f & b \\ j & h & e & a \end{array} \right]$$

Does this matrix have a special name in literature? What are it's properties?

And a matrix that is symmetrical by both diagonals

$$A = \left[ \begin{array}{c c c c} a & b & c & d \\ b & e & f & c \\ c & f & e & b \\ d & c & b & a \end{array} \right]$$

What's the name of it? Any interesting properties?

$\endgroup$
3
  • 3
    $\begingroup$ The second is bisymmetric. I don't know a name for the more general first. $\endgroup$ Commented May 1, 2013 at 22:10
  • 3
    $\begingroup$ The first is a persymmetric matrix. $\endgroup$
    – Scott H.
    Commented May 1, 2013 at 22:10
  • $\begingroup$ relevant question on persymmetric matrices $\endgroup$ Commented May 27, 2019 at 21:02

1 Answer 1

5
$\begingroup$

(Turning the comments into an answer)

Yes, the first matrix is persymmetric, and the second is bisymmetric.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .