| Author |
Comment/Response |
Martin Schroedter
|
05/05/03 3:53pm
Hello,
I have an ASCII list that I read in as "Number" using ReadList, call it "a". I subtract a number selected from a list containing "Real" numbers, call it "b":
Table[a[[i]]-b[[i]],{i,Length[a]}]
This simple operation takes a really long time (more than 2 minutes) if Length>249. However, if I read in the "a" list using "Real", the subtraction is done in < 1 second.
A bug?
URL: , |
|