Re: Calculate a numerical integral with enough precision
- To: mathgroup at smc.vnet.net
- Subject: [mg114709] Re: Calculate a numerical integral with enough precision
- From: Alexei Boulbitch <alexei.boulbitch at iee.lu>
- Date: Mon, 13 Dec 2010 06:34:34 -0500 (EST)
NIntegrate[Exp[Sin[1/x]], {x, 0, \[Pi]/2}, WorkingPrecision -> 12, Exclusions -> (x == 0), PrecisionGoal -> 15] // Quiet 3.09892833696 * /Subject/: [mg114668] Calculate a numerical integral with enough precision * /From/: alphatest <iliurarfwpuap at mailinator.com> * /Date/: Sun, 12 Dec 2010 05:45:17 -0500 (EST) ------------------------------------------------------------------------ How can we calculate the following integral up to 10-12 decimal places? integrate exp(sin(1/x)) , x=0..pi/2 It's as if no integration method or precision option lets you calculate more than 5-6 decimal places. Is it possible? -- Alexei Boulbitch, Dr. habil. Senior Scientist Material Development IEE S.A. ZAE Weiergewan 11, rue Edmond Reuter L-5326 CONTERN Luxembourg Tel: +352 2454 2566 Fax: +352 2454 3566 Mobile: +49 (0) 151 52 40 66 44 e-mail: alexei.boulbitch at iee.lu www.iee.lu -- This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.