Re: How to plot solutions to conics and elliptics?
- To: mathgroup at smc.vnet.net
- Subject: [mg2734] Re: [mg2707] How to plot solutions to conics and elliptics?
- From: Elias Saab <mathes at esaab.math.missouri.edu>
- Date: Sun, 10 Dec 1995 19:15:52 -0500
Try ContourPlot[x^3-y^2-1,{x,-5,5},{y,-5,5}, Contours->{0},ContourShading->False] Elias Saab On Sat, 9 Dec 1995, Brian James Clever wrote: > > > Hello. I was wondering how one plots the solutions to equations > > such as x^3 - y^2 -1 = 0 using Mathematica. It seems to be related to > > the ContourPlot function, but this gives me solid objects, not the solution > > set . Any help would be greatly appreciated. > > > Brian Clever. >