Path: ccsf.homeunix.org!ccsf.homeunix.org!news1.wakwak.com!nf1.xephion.ne.jp!onion.ish.org!gcd.org!vda-gw!news.moat.net!news.glorb.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Vladimir Bondarenko" Newsgroups: sci.math.symbolic,comp.soft-sys.math.maple,sci.math,fj.sci.math Subject: Re: An exact 1-D integration challenge - 3 Date: 8 Feb 2005 11:49:38 -0800 Organization: http://groups.google.com Lines: 15 Message-ID: <1107892177.986617.175120@f14g2000cwb.googlegroups.com> References: <1107555276.418478.215730@f14g2000cwb.googlegroups.com> <1107884944.664326.49260@f14g2000cwb.googlegroups.com> <080220051345372040%anniel@nym.alias.net.invalid> NNTP-Posting-Host: 217.117.72.190 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1107892182 16523 127.0.0.1 (8 Feb 2005 19:49:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 8 Feb 2005 19:49:42 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=217.117.72.190; posting-account=DooOggwAAADdcqtzKMrYoQ_DNGq8lCTf Xref: ccsf.homeunix.org fj.sci.math:1618 Yep. The integral with exp(-z/2) poses no problem whatsoever for a human or Maple/Mathematica :) as it obviously boils down to the exponential integral. > int((1-exp(-z))*exp(-z/2)/z, z); -Ei(1,1/2*z)+Ei(1,3/2*z) > int((1-exp(-z))*exp(-z/2)/z, z=0..infinity); ln(3) No challenge.