Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #3084

Command for show results in live

From "pedropastor@yahoo.es" <pedropastor@yahoo.es>
Newsgroups comp.soft-sys.math.mathematica
Subject Command for show results in live
Date 2011-06-12 09:07 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <it1vle$b7f$1@smc.vnet.net> (permalink)

Show all headers | View raw


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?

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Command for show results in live "pedropastor@yahoo.es" <pedropastor@yahoo.es> - 2011-06-12 09:07 +0000

csiph-web