Sep 22, 2008 #1 dgoudie Messages 29 Reaction score 0 My Prof wants the Integral to 20 decimal places. where do I specify that with NIntegrate?NIntegrate[f[x],{x,0,3}]Thanks in advance
My Prof wants the Integral to 20 decimal places. where do I specify that with NIntegrate?NIntegrate[f[x],{x,0,3}]Thanks in advance
Sep 23, 2008 #2 PerennialII Science Advisor Gold Member Messages 900 Reaction score 1 Sounds like something which you could achieve by setting the "PrecisionGoal->" option for NIntegrate (if it's otherwise attainable). http://reference.wolfram.com/mathematica/guide/Mathematica.html?docs has more.
Sounds like something which you could achieve by setting the "PrecisionGoal->" option for NIntegrate (if it's otherwise attainable). http://reference.wolfram.com/mathematica/guide/Mathematica.html?docs has more.