I want to draw an ellipse on maple, $x^2+xy+y^2+x+y+1=0$ but I think I'm making a mistake : $Gr1:=plot(x^2+xy+y^2+x+y+1=0,x=-7..14,y=-7..14):$
$display(Gr1);$
But it says enven before my display line : Error, (in plot) unexpected options: [x^2+y^2+x+xy+y+1 = 0, x = -7 .. 15, y = -7 .. 15] I am using maple 2015.
The ellipse you chose, $x^2+xy+y^2+x+y+1=0$, has no real points.
Your new ellipse: