Macaulay2 » Documentation
Packages » K3Carpets :: carpetDet
next | previous | forward | backward | up | index | toc

carpetDet -- compute the determinant of the crucial constant strand of a carpet X(a,b)

Description

We compute nonminimal resolution F of the carpet of type (a,b) over a finite prime field, Lift this to a resolution over ZZ, introduce the fine grading, grep the various blocks of the crucial map in the a-th strand, compute their determinants and return their product.

i1 : a=4,b=4

o1 = (4, 4)

o1 : Sequence
i2 : d=carpetDet(a,b)
 -- .0065779s elapsed
 -- .0185038s elapsed
(number Of blocks, 26)
 -- .000299108s elapsed
1
 -- .000140792s elapsed
1
 -- .000145011s elapsed
1
 -- .000132407s elapsed
1
 -- .000131325s elapsed
2
 -- .000139931s elapsed
 2
2
 -- .000154649s elapsed
 2
2
 -- .0028279s elapsed
 2
2 3
 -- .00015534s elapsed
 2
2 3
 -- .000137435s elapsed
 2
2 3
 -- .000132116s elapsed
 2
2
 -- .000129923s elapsed
 2
2
 -- .000126245s elapsed
2
 -- .000126947s elapsed
2
 -- .000129502s elapsed
 2
2
 -- .00012912s elapsed
 2
2
 -- .000131656s elapsed
 2
2 3
 -- .000189794s elapsed
 2
2 3
 -- .000149969s elapsed
 2
2 3
 -- .000272388s elapsed
 2
2
 -- .000124412s elapsed
 2
2
 -- .000124452s elapsed
2
 -- .000124672s elapsed
1
 -- .000125894s elapsed
1
 -- .000125735s elapsed
1
 -- .000130323s elapsed
1

o2 = 3131031158784
i3 : factor d

      32 6
o3 = 2  3

o3 : Expression of class Product

See also

Ways to use carpetDet:

  • carpetDet(ZZ,ZZ)

For the programmer

The object carpetDet is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.25.11+ds/M2/Macaulay2/packages/K3Carpets.m2:1335:0.