Re: Complex Plot
- To: mathgroup at smc.vnet.net
- Subject: [mg88304] Re: [mg88254] Complex Plot
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Thu, 1 May 2008 03:20:46 -0400 (EDT)
- Reply-to: hanlonr at cox.net
ContourPlot[Sin[x^2*y] == Log[x/y], {x, -4, 4}, {y, -4, 4}, Exclusions -> {y == 0}] Bob Hanlon ---- Chris Degnen <tilting at windmills.freeserve.co.uk> wrote: > Can anyone tell me how I can re-express this > equation in terms of x for plotting? > > Sin[x^2*y]==Log[x/y] > > last sighted: http://tinyurl.com/3s4hfd > > >