MathGroup Archive 2010

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

Search the Archive

Re: "Accumulate" with operator Times.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg114892] Re: "Accumulate" with operator Times.
  • From: "Kevin J. McCann" <kjm at KevinMcCann.com>
  • Date: Tue, 21 Dec 2010 00:22:02 -0500 (EST)
  • References: <iemq88$m7m$1@smc.vnet.net>

How about

Accumulate[{a, b, c}] /. Plus -> Times

Kevin

On 12/20/2010 12:40 AM, Matthias Bode wrote:
> Hola:
>
> In[5]:= Accumulate[{a, b, c}]  yields
>
> Out[5]= {a, a + b, a + b + c}
>
> Is there a simple command, similar to Accumulate, that yields
>
> {a, a*b, a*b*c} ?
>
> Best regards,
>
> MATTHIAS BODE
> S 17.35775=B0, W 066.14577=B0
> 2'740 m
> AMSL.
>


  • Prev by Date: add-ons in objective C
  • Next by Date: Re: bibtex support in Mathematica 8
  • Previous by thread: Re: "Accumulate" with operator Times.
  • Next by thread: Re: "Accumulate" with operator Times.