i1 : p = 131; |
i2 : R = ZZ/p[x,y]; |
i3 : f = x^13 - y^5; |
i4 : c = fpt(f) 18 o4 = -- 65 o4 : QQ |
i5 : compareFPT(c - 1/p^2, f) o5 = -1 |
i6 : compareFPT(c, f) o6 = 0 |
i7 : compareFPT(c + 1/p, f) o7 = 1 |
i8 : isFJumpingExponent(36/65, f) o8 = true |
Version 2.1 of this package was accepted for publication in volume 11 of The Journal of Software for Algebra and Geometry on 11 September 2020, in the article The FrobeniusThresholds package for Macaulay2. That version can be obtained from the journal or from the Macaulay2 source code repository.
This documentation describes version 2.1 of FrobeniusThresholds.
The source code from which this documentation is derived is in the file FrobeniusThresholds.m2. The auxiliary files accompanying it are in the directory FrobeniusThresholds/.
The object FrobeniusThresholds is a package.