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

rankTable -- compute a table of rank conditions that determines a Schubert determinantal ideal or, more generally, an alternating sign matrix ideal.

Synopsis

Description

Given an alternating sign matrix or a permutation in 1-line notation, outputs the matrix of rank conditions associated to that alternating sign matrix or permutation.

i1 : rankTable({1,3,2})

o1 = | 1 1 1 |
     | 1 1 2 |
     | 1 2 3 |

              3       3
o1 : Matrix ZZ  <-- ZZ
i2 : rankTable(matrix{{0,0,0,1},{0,1,0,0},{1,-1,1,0},{0,1,0,0}})

o2 = | 0 0 0 1 |
     | 0 1 1 2 |
     | 1 1 2 3 |
     | 1 2 3 4 |

              4       4
o2 : Matrix ZZ  <-- ZZ

Ways to use rankTable :

For the programmer

The object rankTable is a method function.