next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
GlicciPointsInP3 :: polynomialsWithFactor

polynomialsWithFactor -- number of monic square-free polynomials of degree n with factor of degree degree k over F_q

Synopsis

Description

We compute the number of monic square-free polynomials of degree n with factor of degree degree k over Fq as function of q.
i1 : Q = QQ[q]

o1 = Q

o1 : PolynomialRing
i2 : polynomialsWithFactor(6,3,Q)

     29 6   11 5    5 4    5 3   13 2
o2 = --q  - --q  + --q  - --q  + --q
     80     16     16     16     40

o2 : Q

Ways to use polynomialsWithFactor :