|
[Date Index]
[Thread Index]
[Author Index]
"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.
Prev by Date:
Re: NMinimize::nrnum:
Next by Date:
Re: Cell["\<\ ... \>", ... ; TextData[...]
Previous by thread:
Re: Shift-Ctrl-N and Manipulate
Next by thread:
Re: "Accumulate" with operator Times.
|