MathGroup Archive 2007

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

Search the Archive

Re: graphing curves in the complex plane

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75884] Re: graphing curves in the complex plane
  • From: CKWong.P at gmail.com
  • Date: Sat, 12 May 2007 03:17:14 -0400 (EDT)
  • References: <f21dvn$6c5$1@smc.vnet.net>

It's a bit late, but you may want to try this for variety:

<< Graphics`ImplicitPlot`
f = Abs[z*Exp[1 - z]] /. z -> x + I y // ComplexExpand;
ImplicitPlot[f == 1, {x, -1, 1}, {y, -1, 1}];




  • Prev by Date: Shadows in Mathematica 6
  • Next by Date: Re: Solve & RotationMatrix
  • Previous by thread: Re: graphing curves in the complex plane
  • Next by thread: Re: graphing curves in the complex plane