MathGroup Archive 2003

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

Search the Archive

Re: Plotting Phase Angles Without Jumps at +/- Pi?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg42216] Re: Plotting Phase Angles Without Jumps at +/- Pi?
  • From: martin_rommel at yahoo.com (Martin)
  • Date: Tue, 24 Jun 2003 01:27:02 -0400 (EDT)
  • References: <bd6imn$c8q$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Use the Mod function with some offset. 
It's a work-around, but an easy one:

Plot[Mod[Arg[HermiteH[3, Exp[I 20°] x]], \[Pi], 1], {x, -20, 20}]

Enjoy!


  • Prev by Date: Mathematica test suite of random sequences???
  • Next by Date: DeleteCases
  • Previous by thread: Plotting Phase Angles Without Jumps at +/- Pi?
  • Next by thread: MLConnect hangs using Visual C++ 7.1 (VS.NET 2003)