Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3084 > unrolled thread
| Started by | "pedropastor@yahoo.es" <pedropastor@yahoo.es> |
|---|---|
| First post | 2011-06-12 09:07 +0000 |
| Last post | 2011-06-12 09:07 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Command for show results in live "pedropastor@yahoo.es" <pedropastor@yahoo.es> - 2011-06-12 09:07 +0000
| From | "pedropastor@yahoo.es" <pedropastor@yahoo.es> |
|---|---|
| Date | 2011-06-12 09:07 +0000 |
| Subject | Command for show results in live |
| Message-ID | <it1vle$b7f$1@smc.vnet.net> |
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 top | Article view | comp.soft-sys.math.mathematica
csiph-web