dgoudie Messages 29 Reaction score 0 Thread starter Sep 22, 2008 #1 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
PerennialII Science Advisor Gold Member Messages 900 Reaction score 1 Sep 23, 2008 #2 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.