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

entrywiseMinRankTable -- compute the entrywise minimum rank table of a list of ASMs

Synopsis

Description

Computes the rank tables of a list of ASMs, then returns the entrywise minimum.

i1 : L = {{4,3,1,2},{2,4,3,1}} / permToMatrix;
i2 : entrywiseMinRankTable L

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

              4       4
o2 : Matrix ZZ  <-- ZZ

Ways to use entrywiseMinRankTable :

For the programmer

The object entrywiseMinRankTable is a method function.