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
- Follow-Ups:
- Re: NIntegrate a list
- From: DrBob <drbob@bigfoot.com>
- Re: NIntegrate a list
- From: Sseziwa Mukasa <mukasa@jeol.com>
- Re: NIntegrate a list