"Accumulate" with operator Times.
- To: mathgroup at smc.vnet.net
- Subject: [mg114851] "Accumulate" with operator Times.
- From: Matthias Bode <lvsaba at hotmail.com>
- Date: Mon, 20 Dec 2010 00:40:17 -0500 (EST)
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.
- Follow-Ups:
- Re: "Accumulate" with operator Times.
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: "Accumulate" with operator Times.
- From: "Harvey P. Dale" <hpd1@nyu.edu>
- Re: "Accumulate" with operator Times.
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: "Accumulate" with operator Times.