Re: Mathematica 6
- To: mathgroup at smc.vnet.net
- Subject: [mg80345] Re: Mathematica 6
- From: John <jwa0 at lehigh.edu>
- Date: Sat, 18 Aug 2007 05:35:20 -0400 (EDT)
- References: <fa3d9i$e9$1@smc.vnet.net>
On Aug 17, 1:56 am, John <j... at lehigh.edu> wrote: > Just installed Mathematica 6. It opens with a blank page called > Untitled 1, but I can't get it to do anything. > > I typed in the following: > > Mean{{1,2,3}], Variance[{1,2,3}] > > and a few other simple calculations, but nothing happens. > > John Correction: Mean[{1,2,3}] instead of Mean{{1,2,3}]. The original was correct, but it didn't compute the answer. John