MathGroup Archive 2011

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

Search the Archive

bug in Mathematica?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122657] bug in Mathematica?
  • From: "Hansruedi Widmer" <widmer at baden.ch>
  • Date: Fri, 4 Nov 2011 06:03:54 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Hi Everyone


The code

Sum[Binomial[m, j], {j, 1, m - 1}]

produces the correct value -2+2^m.


But the code

Product[Binomial[m, j], {j, 1, m - 1}]

creates the wrong value of zero. Does anyone have an explanation for why 
this is happening?


Thanks and best regards

Hansrued Widmer






  • Prev by Date: {Keydown,"c"} event in graphics
  • Next by Date: Bug in FourierTransform?
  • Previous by thread: Re: {Keydown,"c"} event in graphics
  • Next by thread: Re: bug in Mathematica?