Re: Trivial question
- To: mathgroup at smc.vnet.net
- Subject: [mg95425] Re: Trivial question
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 18 Jan 2009 05:31:41 -0500 (EST)
- References: <gkscep$edu$1@smc.vnet.net>
Hi,
Times @@ e
??
Regards
Jens
Steve Gray wrote:
> I haven't used Mathematica for a year so I've forgotten a lot.
> I want to take the product of elements in a list of definite length.
> e={e1,e2,e3, ... ,e13} ("13" could be anything)
> I want e1 e2 .... e13. In other words like Total[e]=e1+e2...
>
> Steve Gray
>