MathGroup Archive 2006

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

Search the Archive

How to plot this

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64416] How to plot this
  • From: siegmund natter <nobody at nomail.com>
  • Date: Thu, 16 Feb 2006 03:05:27 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello

Can anyone tell why this is wrong?

eqn1 = x + y == 2*x*y;
eqn1 /.y -> y[x];
Plot[y[x], {x, 1, 3}]

How do I do it correctly? (This is just an example; I want to do this 
with a much more difficult equation)
Thanks a lot.

(I am using Mathematica 5.1)


  • Prev by Date: Re: Mathematica:recursion with 2 arguments?
  • Next by Date: Re: Using a text editor like interface for Mathematica?
  • Previous by thread: Re: Mathematica:recursion with 2 arguments(2)?
  • Next by thread: Re: How to plot this