MathGroup Archive 2009

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

Search the Archive

Trivial question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg95383] Trivial question
  • From: Steve Gray <stevebg at roadrunner.com>
  • Date: Sat, 17 Jan 2009 05:28:54 -0500 (EST)

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


  • Prev by Date: Re: Taking LCM in a polynomial expression
  • Next by Date: Re: Newbie: Howjavascript:; to Draw the 2-dimensional feasible set
  • Previous by thread: Re: User Defined Global Variables - How to do it?
  • Next by thread: Re: Trivial question