Macaulay2 » Documentation
Packages » MatrixSchubert :: ASMFullList
next | previous | forward | backward | up | index | toc

ASMFullList -- lists all ASMs of a fixed size

Synopsis

Description

For $1 \leq n \leq 7$, outputs the full list of $n \times n$ alternating sign matrices, including permutation matrices.

i1 : ASMFullList(3)

o1 = {| 1 0 0 |, | 0 1 0 |, | 1 0 0 |, | 0 1  0 |, | 0 0 1 |, | 0 1 0 |, | 0
      | 0 1 0 |  | 1 0 0 |  | 0 0 1 |  | 1 -1 1 |  | 1 0 0 |  | 0 0 1 |  | 0
      | 0 0 1 |  | 0 0 1 |  | 0 1 0 |  | 0 1  0 |  | 0 1 0 |  | 1 0 0 |  | 1
     ------------------------------------------------------------------------
     0 1 |}
     1 0 |
     0 0 |

o1 : List

Ways to use ASMFullList :

For the programmer

The object ASMFullList is a method function.