First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

why does L_polynomial not work?

sage: p=2 sage: F4=GF(p^4) sage: R.<x,y,z>=PolynomialRing(F4) sage: C=Curve(y^3-zx^2-z^2x) sage: len(C.rational_points()) 9 sage: L=C.L_polynomial() I get AttributeError: 'ProjectivePlaneCurve_finite_field_with_category' object has no attribute 'L_polynomial'

click to hide/show revision 2
None

updated 0 years ago

Max Alekseyev gravatar image

why does L_polynomial not work?

.

sage: p=2
sage: F4=GF(p^4)
sage: R.<x,y,z>=PolynomialRing(F4)
sage: C=Curve(y^3-zx^2-z^2x)
C=Curve(y^3-z*x^2-z^2*x)
sage: len(C.rational_points())
9
sage: L=C.L_polynomial()

I get

AttributeError: 'ProjectivePlaneCurve_finite_field_with_category' object has no attribute 'L_polynomial'

click to hide/show revision 3
retagged

updated 0 years ago

FrédéricC gravatar image

why does L_polynomial not work?

.

sage: p=2
sage: F4=GF(p^4)
sage: R.<x,y,z>=PolynomialRing(F4)
sage: C=Curve(y^3-z*x^2-z^2*x)
sage: len(C.rational_points())
9
sage: L=C.L_polynomial()

I get

AttributeError: 'ProjectivePlaneCurve_finite_field_with_category' object has no attribute 'L_polynomial'