|
[Date Index]
[Thread Index]
[Author Index]
Bug in Plot?
- To: mathgroup at smc.vnet.net
- Subject: [mg88626] Bug in Plot?
- From: John Stone <stn at u.washington.edu>
- Date: Sat, 10 May 2008 06:52:39 -0400 (EDT)
- Organization: University of Washington
I recently upgraded to v 6.0.2. A plotting program I wrote years ago
which has worked on many previous versions suddenly broke. I seem to
have isolated the following problem:
For me, this command produces a simple plot:
a = 0.25; Plot[1 - Exp[-a * t], {t, 0, 10}]
As does this:
a = 0.25; Plot[1 - Exp[-a * t], {t, 0.5, 10}]
As does this:
a = 0.0025; Plot[1 - Exp[-a * t], {t, 0, 1000}]
But this causes Mathematica on my machine to hang indefinitely:
a = 0.0025; Plot[1 - Exp[-a * t], {t, 50, 1000}]
I have to quit and re-start the kernel to recover.
Can anyone reproduce this behavior? If so, can anyone suggest why this
happens, or suggest a work around? Thanks is advance for all help with
this.
John Stone (v 6.0.2 / Mac OS-X 10.5.2)
Prev by Date:
Re: Display commands in a package
Next by Date:
Re: Display commands in a package
Previous by thread:
Re: Problem in Evaluate/Manipulate
Next by thread:
Re: Bug in Plot?
|