Re: Hypergeometric Function
- To: mathgroup at christensen.Cybernetics.NET (mathgroup)
- Subject: [mg206] Re: Hypergeometric Function
- From: onm010 at aixrs1.hrz.uni-essen.de (Dr. Stefan P. Mueller)
- Date: Sun, 20 Nov 1994 17:09:42 +0100
Be careful with this type of integrals! The integrator of Mathematica 2.2 has a bug which may cause problems in some integrals involving Sin[a*x]*Cos[b*x]. Always carefully check the results numerically. Use NIntegrate[arg] rather than N[Integrate[arg]]; the latter tries a closed form solution first. Stefan