Some examples.
Assume the Conic is:
![]()
+
xy + ![]()
+
x +
y +
= 0
Then the program is starting by the command:
Conic[![]()
+
xy + ![]()
+
x +
y +
]
The variables of the Conic must be x, y. Besides, x, y must not be assigned to a value, otherwise the execution stops.
First example of ellipse: reducing
= 0 to the canonical form.
In[48]:=
Out[48]=
Second example of ellipse: reducing the vertical ellipse -4
.
In[49]:=
Out[49]=
First example of parabola: reducing
to the canonical form.
In[50]:=
Out[50]=
Second example of parabola: reducing the horizontal parabola
.
In[51]:=
Out[51]=
First example of hyperbola: reducing
to the canonical form.
In[52]:=
Out[52]=
Second example of hyperbola: reducing the vertical hyperbola +4
.
In[53]:=
Out[53]=
A degenerated Conic.
In[54]:=
Out[54]=
Another degenerated Conic.
In[55]:=
Out[55]=
Created by Mathematica (August 4, 2004)