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

ASMRandomList -- lists random ASMs of a fixed size

Synopsis

Description

For $1 \leq n \leq 7$, this function lists $m$ random $n\times n$ alternating sign matrices.

i1 : ASMRandomList(4,3)

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

o1 : List

Ways to use ASMRandomList :

For the programmer

The object ASMRandomList is a method function.