The curve C: x^2 = 0 has only one irreducible component, but sage says that it is reducible
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?
Multiplicity?