MathGroup Archive 2006

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

Search the Archive

Re: NIntegrate and Sequence

  • To: mathgroup at smc.vnet.net
  • Subject: [mg63475] Re: NIntegrate and Sequence
  • From: bghiggins at ucdavis.edu
  • Date: Mon, 2 Jan 2006 05:49:08 -0500 (EST)
  • References: <dp7tic$g42$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Bruce , NIntegrate has the attribute HoldAll, so you must wrap the
second argument with Evaluate

NIntegrate[r, Evaluate[ {r, 14, Sequence @@ {16, 18}, 40}]]

Cheers,

Brian


  • Prev by Date: List Manipulation
  • Next by Date: Unknown Sum of Series
  • Previous by thread: Re: NIntegrate and Sequence
  • Next by thread: Re: NIntegrate and Sequence