MathGroup Archive 2003

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

Search the Archive

Positive Integer Assumptions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43761] Positive Integer Assumptions
  • From: Stewart Mandell <stewart at rentec.com>
  • Date: Fri, 3 Oct 2003 02:28:47 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

How do I specify assumptions that k,n,m are all positive integers in the
Integral

f[x_, n_,m_] := n!/((n-m)!(m-1)!) x^(m-1) (1-x)^(n-m)

 Integrate[ x^k  f[t, n, m], {t, 0, x}]

thanks, Stewart





  • Prev by Date: RE: Plotting functions with undefined values
  • Next by Date: Bug 3! Gaussian integration in 5.0 is broken!
  • Previous by thread: Re: Derivative
  • Next by thread: Re: Positive Integer Assumptions