Re: NIntegrate and the number of grid points used
- To: mathgroup at smc.vnet.net
- Subject: [mg72812] Re: NIntegrate and the number of grid points used
- From: dh <dh at metrohm.ch>
- Date: Sat, 20 Jan 2007 04:04:54 -0500 (EST)
- References: <eopn5h$rv8$1@smc.vnet.net>
Hi THomas, you could e.g. try: count=0; NIntegrate[Sin[x],{x,0,Pi},EvaluationMonitor:>++count]; count Daniel Thomas Schmelzer wrote: > Hoi zame, > > I am using NIntegrate to run a few experiments. I wonder whether there is a > possibility to get access to the number of points used by Mathematica? That > would be helpful. > > Thomas > >