From help-request at octave dot org Sun Feb 6 01:30:12 2005 Subject: Re: octave-speed From: "Paul Thomas" To: =?iso-8859-1?Q?Rafael_Rodr=EDguez_Velilla?= , Date: Sun, 6 Feb 2005 08:35:18 +0100 Rafael, Just in case I have confused things totally, following Paul K's last message: octave:14> system("cat version2.m") tic; Ns=1e5; m=[1:(Ns-1)]; T=(sqrt(m.*(m+1))); n=(8^(0.5^Ns))*cumprod(T.^(0.5.^(Ns-m))); printf("time=%g\n",toc); printf("n=%g\n",n(Ns-1)); ans = 0 octave:15> version2.m time=0.179999 n=99998.5 Paul T ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------