MathGroup Archive 2006

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

Search the Archive

Re: Plot Sequencies of Complex Functions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67061] Re: [mg67034] Plot Sequencies of Complex Functions
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 8 Jun 2006 04:53:52 -0400 (EDT)
  • Reply-to: hanlonr at cox.net
  • Sender: owner-wri-mathgroup at wolfram.com

With[{z = 1 + 1.2I},
    ParametricPlot[{Re[z^n], Im[z^n]}, {n, 0, 5},
      Epilog -> {Red, AbsolutePointSize[4],
          Point /@ ({Re[#], Im[#]} & /@
                Table[z^n, {n, 0, 5}])}]];


Bob Hanlon

---- Eleanna Tsoumani <eleanna_tsoumani at yahoo.gr> wrote: 
> 
> Hi all,
>    
>   I am trying to graph sequencies of complex numbers (for instance, z^n), but I cannot come up with a working idea.
>   Does anyone have any suggestions?
>    
>   Many Thanks to all readers,
>   Eleanna
> 
> 		
> 

--

Bob Hanlon
hanlonr at cox.net



  • Prev by Date: Re: calling mathematica from an external program
  • Next by Date: Re: Plot Sequencies of Complex Functions
  • Previous by thread: Re: Plot Sequencies of Complex Functions
  • Next by thread: Re: Plot Sequencies of Complex Functions