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