The curve C: x^2 = 0 has only one irreducible component, but sage says that it is reducible

asked 7 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

The curve below has only one irreducible component, but sage says that it is reducible:

P.<x,y,z> = ProjectiveSpace(GF(3),2)
C = Curve(x^2)
C.is_irreducible()
C.irreducible_components()

Does that make any sense?

Preview: (hide)

Comments

Multiplicity?

kcrisman gravatar imagekcrisman ( 7 years ago )