Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: NIntegrate function
Posted:
Feb 27, 2013 3:03 AM
|
|
http://reference.wolfram.com/mathematica/tutorial/NumericalIntegration.html
"When NIntegrate tries to evaluate a numerical integral, it samples the integrand at a sequence of points. If it finds that the integrand changes rapidly in a particular region, then it recursively takes more sample points in that region. The parameters MinRecursion and MaxRecursion specify the minimum and maximum number of recursions to use. Increasing the value of MinRecursion guarantees that NIntegrate will use a larger number of sample points. MaxPoints and MaxRecursion limit the number of sample points which NIntegrate will ever try to use. Increasing MinRecursion or MaxRecursion will make NIntegrate work more slowly."
Bob Hanlon
On Tue, Feb 26, 2013 at 1:12 AM, <jackmbet@gmail.com> wrote: > Hey guys, just a quick question: > > I am using the NIntegrate function, is it possible to alter the amount of strips in the integral that Mathematica uses? > > Cheers >
|
|
|
|