MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Precision issues

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73502] Precision issues
  • From: mickey <micky at hotmail.com>
  • Date: Tue, 20 Feb 2007 06:21:10 -0500 (EST)
  • Organization: Ohio State University

Hi,

I am calculating certain integrals numerically and get back a number. 
Now, is it possible to determine how many digits is that answer accurate 
to?

E.g.,

NIntegrate[ Exp[-p^2 - q^2], {p, 0, 10}, {q, 0, 10}, Method ->
     MonteCarlo[24], MaxPoints -> 1000000]

Gives,

0.791249

How many digits is this answer accurate to?

Thanks,
-M


  • Prev by Date: Precision of a number raised to a power
  • Next by Date: Showing that ArcSinh[2]/ArcCsch[2] is 3?
  • Previous by thread: Re: Precision of a number raised to a power
  • Next by thread: Re: Precision issues