Nested numerical integration
- To: mathgroup at smc.vnet.net
- Subject: [mg99138] Nested numerical integration
- From: tsg.moore at googlemail.com
- Date: Tue, 28 Apr 2009 04:45:10 -0400 (EDT)
Hi, I'd like to compute a nested integral like, NIntegrate[ w^2 * NIntegrate[1/(s-w), {s, 1, 5}], {w, -5, -1}] Unfortunately, mathematica gives me an error (NIntegrate::inumr) and it also outputs the wrong value. Is there a way to do these types of integrals?
- Follow-Ups:
- Re: Nested numerical integration
- From: Leonid Shifrin <lshifr@gmail.com>
- Re: Nested numerical integration
- From: Daniel Lichtblau <danl@wolfram.com>
- Re: Nested numerical integration