| Author |
Comment/Response |
Gerson
|
02/28/13 09:16am
I'm trying to find a way to calculate a list of points while doing a plot-preview to see if it is all going well. It is a very slow calculation. Is there a simple way to do this? Here is my raw code to calcualte the points and do the final plot (MCInt4D is my own implementaion of a parallel 4D Monte Carlo integral).
points = Table[{x0, MCInt4D[... parameters ...]}, {x0, R, 2 R, 0.01 R}];
ListPlot[points]
URL: http://quantumtheory.physik.unibas.ch/people/ferreira/, |
|