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

asked 2017-03-21 19:55:37 +0200

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?

edit retag flag offensive close merge delete

Comments

Multiplicity?

kcrisman gravatar imagekcrisman ( 2017-03-21 22:56:29 +0200 )edit