Returns a list containing the row and column coordinates in the original matrix for a specified sized submatrix of terms lower in degree than other terms of the matrix.
|
|
|
This returns a list with two entries, first a list of row indices, and then a list of column indices. In this case, z^2 is the smallest element, and after removing that row and column from consideration, y^2 is smallest. Thus we want rows 2 and 1 and columns 2 and 1.
The object chooseSubmatrixSmallestDegree is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/FastMinors.m2:1649:0.