Conic Conic sections are the sets of points whose coordinates satisfy a second-degree polynomial equation . This quadratic equation can be written as , where, and Syntax conic(Matrix) conic(Polynomial) conic(Point, Point, Point, Point, Point) Description conic(Matrix) Given the conic matrix as specified above, returns the equation of the conic. conic(Polynomial) Given the polynomial describing the conic, construct the conic defined by such equation. conic(Point, Point, Point, Point, Point) Given five points, constructs the conic that goes through all of them. Related functions Ellipse, Hyperbola Table of Contents Syntax Description Related functions