MathGroup Archive 2004

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

Search the Archive

Re: Re: Can't get graph to display when using ImplicitPlot!

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50563] Re: [mg50534] Re: Can't get graph to display when using ImplicitPlot!
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Fri, 10 Sep 2004 04:06:10 -0400 (EDT)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • References: <chmo3n$9us$1@smc.vnet.net> <200409090918.FAA19413@smc.vnet.net>
  • Reply-to: murray at math.umass.edu
  • Sender: owner-wri-mathgroup at wolfram.com

A y-range is NOT required for such a use of ImplicitPlot!

Steve Luttrell wrote:

> You omitted the y range.
> 
> ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}, {y, -2, 2}]
> 
> Steve Luttrell
> 
> "Paul" <paul at selfreferral.com> wrote in message 
> news:chmo3n$9us$1 at smc.vnet.net...
> 
>>For some reason I cannot get the graph to display when using the
>>ImplicitPlot function. Everything else seems to be working fine. I can
>>get a graph is I use Plot for example.
>>
>>Here is what I do:
>>
>>In[26]:=
>><< Graphics`ImplicitPlot`
>>In[31]:=
>>ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}]
>>Out[31]=
>>ImplicitPlot[x^2 + 2 y == 3, {x, -2, 2}]
>>
>>Any ideas?
>>Paul

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: NestList
  • Next by Date: Re: How to solve a simple Trig cofunction?
  • Previous by thread: Re: Can't get graph to display when using ImplicitPlot!
  • Next by thread: Re: Re: Can't get graph to display when using ImplicitPlot!