|
Re: Incredible slow Plot
Posted:
Jul 13, 2011 2:27 AM
|
|
Well, even not plotting the graphic help. But now I think that the problem is with my machine, my operative system or my Mathematica installation, because the same notebook running on Bobby machine takes 3 seconds making a plot like
Plot[{f1[t, f2[t]}]/.sol,{t,0,60}],
and 0.5 seconds making the plot
Plot[{a[t], b[t]},{t,0,60}],
with the "notation" defined in my last email, while in my machine it takes 140 seconds to make the first and 0.5 to make the second. I'm going to try a reinstallation.
Thanks to everyone.
|
|