MathGroup Archive 2006

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

Search the Archive

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


  • Prev by Date: Re: Formal operations with vectors and scalars
  • Next by Date: Re: Convert from String to variable
  • Previous by thread: Re: Formal operations with vectors and scalars
  • Next by thread: Re: a simple product, but with "i = 1...n AND i != x"