MathGroup Archive 2011

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

Search the Archive

Show results live

  • To: mathgroup at smc.vnet.net
  • Subject: [mg119581] Show results live
  • From: pedropastor at yahoo.es
  • Date: Sat, 11 Jun 2011 03:57:58 -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: How to make the same two expressions
  • Next by Date: Re: Seaching in Pi a sequence. Looking for a faster method
  • Previous by thread: Bug: Import of .MAT file gives Partition error on structs with empty elements.
  • Next by thread: Passing Compiled Functions To FindRoot, FindMinimum, and NMinimize