12.07.2015 Views

Sage Reference Manual: Elliptic and Plane Curves - Mirrors

Sage Reference Manual: Elliptic and Plane Curves - Mirrors

Sage Reference Manual: Elliptic and Plane Curves - Mirrors

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CHAPTERFIVEPROJECTIVE PLANE CONICS OVER AFIELDAUTHORS:• Marco Streng (2010-07-20)• Nick Alex<strong>and</strong>er (2008-01-08)class sage.schemes.plane_conics.con_field.ProjectiveConic_field(A, f )Bases: sage.schemes.plane_curves.projective_curve.ProjectiveCurve_genericCreate a projective plane conic curve over a field. See Conic for full documentation.EXAMPLES:sage: K = FractionField(PolynomialRing(QQ, ’t’))sage: P. = K[]sage: Conic(X^2 + Y^2 - Z^2)Projective Conic Curve over Fraction Field of Univariate Polynomial Ring in t over Rational FielTESTS:sage: K = FractionField(PolynomialRing(QQ, ’t’))sage: Conic([K(1), 1, -1])._test_pickling()base_extend(S)Returns the conic over S given by the same equation as self.EXAMPLES:sage: c = Conic([1, 1, 1]); cProjective Conic Curve over Rational Field defined by x^2 + y^2 + z^2sage: c.has_rational_point()Falsesage: d = c.base_extend(QuadraticField(-1, ’i’)); dProjective Conic Curve over Number Field in i with defining polynomial x^2 + 1 defined by x^sage: d.rational_point(algorithm = ’rnfisnorm’)(i : 1 : 0)cache_point(p)Replace the point in the cache of self by p for use by self.rational_point() <strong>and</strong>self.parametrization().EXAMPLES:17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!