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
Given the conic matrix as specified above, returns the equation of the conic.
Given the polynomial describing the conic, construct the conic defined by such equation.
Given five points, constructs the conic that goes through all of them.