Basic Examples (4)
Plot a hyperbola:
Plot a rotated and translated hyperbola and show the axes:
Plot a rotated and translated parabola and show the axes:
Plot an ellipse:
Scope (10)
Plot a rotated and translated ellipse, with a style set for the ellipse, and show the axes:
Use "ReturnData" to examine and possibly modify the data used to produce the plot and possibly modify the data:
Make several changes to the data (shrink the arrowheads, enlarge the center point, and enlarge the plot range) and plot the result:
Compare with the original plot:
Plot a pair of intersecting lines:
These lines intersect because the polynomial can be expressed as a difference of squares. Confirm with the resource function CompleteTheSquare:
Plot a pair of parallel lines:
Change the style of the two lines using the option "PrimitivesStyle":
Plot an oblique line:
Plot a pair of parallel oblique lines and show the axes:
Plot a line parallel to a coordinate axis:
This equation determines the whole plane:
This equation determines the empty set:
This equation determines the origin:
This equation determines point {1,1/2}:
Possible Issues (4)
ConicSectionPlot will returned $Failed if the degree of the quadratic is more than 2:
ConicSectionPlot will returned $Failed if the expression is not a polynomial:
ConicSectionPlot will returned $Failed if if there is not the correct number of input variables:
ConicSectionPlot will returned $Failed if the input expression is not a polynomial in the specified variables: