Re: product formula in mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg68770] Re: product formula in mathematica
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 18 Aug 2006 03:12:17 -0400 (EDT)
- References: <ec19d4$oie$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
no but
iset={1,3,4,9};
Times @@ (f[Subscript[x,#]] & /@ iset)
will do that ..
Regards
Jens
frou wrote:
> Hi I am interested in doing a product over a set of indices that are
> not continuous
> Product [ f(x_i) , { x_i, 1,3,4,9}] Is this possible it appears
> that the iterator wouldonly take sequences such as 1...10 etc.
>
> Thanks
>