MathGroup Archive 2007

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

Search the Archive

problem with Dynamic?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81196] problem with Dynamic?
  • From: "Mariusz Jankowski" <mjankowski at usm.maine.edu>
  • Date: Sat, 15 Sep 2007 04:11:50 -0400 (EDT)
  • Organization: University of Southern Maine

Dear mathgroup,

Evaluating definite integrals inside Dynamic seems to continue to use 100%
of CPU time even after the result shows up in the frontend! Other funny
things happen upon closing/opening the notebook, killing the kernel, etc



For example, start Windows Task manager and execute the following in a fresh
notebook:



Dynamic[Integrate[x, {x,0,1}] ]




Can anyone explain?


Thanks, Mariusz





  • Prev by Date: Exporting 3D vector graphics
  • Next by Date: Transpose[ InterpolatingFunction, {n1, n2, ...} ] solved
  • Previous by thread: Re: Exporting 3D vector graphics
  • Next by thread: Transpose[ InterpolatingFunction, {n1, n2, ...} ] solved