a simple product, but with "i = 1...n AND i != x"
- To: mathgroup at smc.vnet.net
- Subject: [mg70243] a simple product, but with "i = 1...n AND i != x"
- From: "xarnaudx at gmail.com" <xarnaudx at gmail.com>
- Date: Mon, 9 Oct 2006 01:55:57 -0400 (EDT)
hi, i would like to make a function like f[x_] := Product[x - i, {i, 1, n} AND i != x} obviously, the end of the expression is syntactically incorrect. But how to rewrite this product correctly? thanks
- Follow-Ups:
- Re: a simple product, but with "i = 1...n AND i != x"
- From: Adriano Pascoletti <pascolet@dimi.uniud.it>
- Re: a simple product, but with "i = 1...n AND i != x"