MathGroup Archive 1994

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Timing

  • To: mathgroup at christensen.Cybernetics.NET
  • Subject: [mg275] Re: [mg262] Timing
  • From: shreiner at squirrel.clubfed.sgi.com (Dave Shreiner)
  • Date: Sat, 3 Dec 1994 01:21:44 -0800

Hi,

> I would be interested in seeing the results of this simple test from
> other platforms such as the Sparc workstations and the Pentium-based PC.
>
> Ed Boss
> NOAA/Pacific Marine Environmental Laboratory
>




From an SGI Indigo^2 with 150Mz R4400 and 96 Mb memory,

[1] math
Mathematica 2.2 for SGI
Copyright 1988-93 Wolfram Research, Inc.
 -- Motif graphics initialized -- 

In[1]:= Timing[Inverse[Table[Random[],{100},{100}]];]

Out[1]= {0.54 Second, Null}

In[2]:= Timing[N[Pi,500];]

Out[2]= {0.03 Second, Null}

In[3]:= Timing[10000!][[1]]

Out[3]= 3.78 Second






  • Prev by Date: mathematica V 2.2.2 runs 2X faster in PowerPC (native) than in 486/66 with mathematica V2.2 (enh)
  • Next by Date: Re: Bugs ... bzzzz
  • Previous by thread: Timing
  • Next by thread: Re: Re: Question in ParametricPlot