"""1Plane conics2"""34#*****************************************************************************5#6# SAGE: System for Algebra and Geometry Experimentation7#8# Copyright (C) 2005 William Stein <[email protected]>9#10# Distributed under the terms of the GNU General Public License (GPL)11#12# This code is distributed in the hope that it will be useful,13# but WITHOUT ANY WARRANTY; without even the implied warranty of14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU15# General Public License for more details.16#17# The full text of the GPL is available at:18#19# http://www.gnu.org/licenses/20#*****************************************************************************2122from constructor import Conic2324252627