MathGroup Archive 2004

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

Search the Archive

NIntegrate a list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52940] NIntegrate a list
  • From: "Aaron Fude" <aaronfude at yahoo.com>
  • Date: Fri, 17 Dec 2004 05:19:17 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I can Integrate this, but apparently not NIntegrate this:

Integrate[x*Sin[x]*{1, 2}, {theta, -Pi, Pi}]

but not

NIntegrate[x*Sin[x]*{1, 2}, {theta, -Pi, Pi}]

Is there a good way to do this (w/o writing loops)?

Many thanks!

Aaron Fude 


  • Prev by Date: Re: shuffling (randomizing) a series
  • Next by Date: Apart's loss of functionality in 5.1
  • Previous by thread: Re: Re: plotting two functions on the one graph
  • Next by thread: Re: NIntegrate a list