Re: How to plot solutions to conics and elliptics?
- Subject: [mg2734] Re: [mg2707] How to plot solutions to conics and elliptics?
- From: mathes at esaab.math.missouri.edu (Elias Saab)
- Date: Sun, 10 Dec 1995 19:15:52 -0500
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Wolfram Research, Inc.
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. >