MathGroup Archive 1995

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ContourPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2757] Re: ContourPlot
  • From: Marcus Vinicius Mesquita de Sousa <sousa at ifi.unicamp.br>
  • Date: Wed, 13 Dec 1995 02:02:08 -0500

At 03:13 PM 12/8/95 -0500, you 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.
>
>
>


Try the following:

<<Graphics`ImplicitPlot`
ImplicitPlot[x^3 - y^2 == 1,{x,-2,2}]


Marcus Vinicius



  • Prev by Date: inverse Fourier Transforms
  • Next by Date: Bug ListPlot?
  • Previous by thread: Re: ContourPlot
  • Next by thread: inverse Fourier Transforms