MathGroup Archive 2011

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

Search the Archive

Command for show results in live

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119608] Command for show results in live
  • From: "pedropastor at yahoo.es" <pedropastor at yahoo.es>
  • Date: Sun, 12 Jun 2011 05:07:35 -0400 (EDT)

Hello, I seek help for:
When computing a series of table operations, waiting times for the
calculation can be very long. Is there any command that displays the
results to be obtained without having to wait for it to compute the
entire operation?
Example:

Monitor[Monitor[
  Position[Table[
    StringFreeQ[IntegerString[n^i], "1234567"], {n, 100}, {i, 1000}],
  False], i], n]

In this example, searches for the string "1234567" in n ^ i. If the
value of i is raised, the time to complete the operation can be very
extensive.
Is there any command to do display the results as obtained?
In this case, the first is 33 ^ 338. Could any show command to get
time without having to wait until the end of the transaction?


  • Prev by Date: Re: Seaching in Pi a sequence. Looking for a faster method
  • Next by Date: Aw: mathematica 8 and psfrag
  • Previous by thread: Re: Replacement faild
  • Next by thread: Re: Command for show results in live