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?