MathGroup Archive 1998

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

Search the Archive

Re: Method to eliminate NIntegrate warning



Hi try

Off[NIntegrate::slwcon]
Off[NIntegrate::ncvb]

hope that helps
  Jens
> I want to know the method to eliminate NIntegrate warning.
> 
> The two warning message follows :
> 
> NIntegrate::slwcon:
>    Numerical integration converging too slowly;
>      suspect one of the following: singularity,
>      oscillatory integrand, or insufficient
>      WorkingPrecision.
> 
> NIntegrate::ncvb:
>    NIntegrate failed to converge to prescribed
>      accuracy after 7 recursive bisections in x near
>     x = 0.126684.
> 
> How can I escape from this problem ? When above-case happened,
> can I believe the accuracy of my data ?
> 
> 
> 



  • Prev by Date: Re: Re: Customizing Mathematica - keyboard
  • Next by Date: interactive web pages w/ Mathematica
  • Prev by thread: RE: Method to eliminate NIntegrate warning
  • Next by thread: Shooting Problem