Returns the ideal of maximal adjacent minors of a $m\times n$ matrix.
i1 : I = adjacentMinorsIdeal(QQ,2,6) o1 = ideal (a*d - b*c, c*f - d*e, e*h - f*g, g*j - h*i, i*l - j*k) o1 : Ideal of QQ[a..l] |
The object adjacentMinorsIdeal is a function closure.