MathGroup Archive 2007

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

Search the Archive

Re: Mathematica 6.0 dynamic display of lists of complex numbers.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78035] Re: [mg77965] Mathematica 6.0 dynamic display of lists of complex numbers.
  • From: John Fultz <jfultz at wolfram.com>
  • Date: Thu, 21 Jun 2007 05:58:57 -0400 (EDT)
  • Reply-to: jfultz at wolfram.com

Thanks for the report, David.  This problem was independently discovered by us 
shortly after the 6.0.0 release, and has been fixed in 6.0.1, which will be
available soon.

Sincerely,
 
John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.


On Wed, 20 Jun 2007 05:44:30 -0400 (EDT), David Cardon wrote:
> The following code illustrates that Mathematica 6.0.0 on Windows
> incorrectly displays dynamic lists of complex numbers.
>
> DynamicModule[
> {complexnumbers, r},
> complexnumbers = {1 + I, 2 + I, 3 + I};
> {Slider[Dynamic[r], {-5, 5}], Dynamic[complexnumbers + r]}
> ]
>
> If you drag around the slider, only one of the three complex numbers
> displays when the real part of at least one of the numbers is positive,
> but all three numbers in the list display if all real parts are negative.




  • Prev by Date: Re: Problem with PlotLegend in Mathematica 6.0
  • Next by Date: Re: Problem with PlotLegend in Mathematica 6.0
  • Previous by thread: Mathematica 6.0 dynamic display of lists of complex numbers.
  • Next by thread: Re: Mathematica 6.0 dynamic display of lists of complex numbers.