nLab alternating sign matrix

Contents

Definition

A square matrix with integer entries is an alternating sign matrix if all of the following holds

  • entries may be 0,1,10,1,-1 only

  • the sum of each row and of each column is 11

  • the nonzero entries in each row and each column alternate in sign

Examples

  • every permutation matrix

  • the following matrix:

    (1 0 0 0 0 0 1 0 0 1 1 1 0 0 1 0) \left( \begin{array}{cccc} 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 \\ 0 & 1 &-1 & 1 \\ 0 & 0 & 1 & 0 \end{array} \right)

Literature

category: algebra

Last revised on June 12, 2024 at 16:12:06. See the history of this page for a list of all contributions to it.