First => {rows, columns} -- set the first minor to compute
Minors are generated in the same order as that used by subsets(ZZ,ZZ). See minors(ZZ,Matrix).
i1 : R = ZZ[a..f]; |
i2 : M = matrix{{a,b,c},{d,e,f}} |
i3 : minors(2,M,First=>{{0,1},{0,2}}) |
i4 : minors(2,M,First=>{{0,1},{0,2}},Limit=>1) |
See also:
See also: