home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math.symbolic
- Path: sparky!uunet!decwrl!access.usask.ca!news
- From: jake@skatter.usask.ca
- Subject: Re: Can anyone solve this?
- Message-ID: <1992Aug18.025722.1940@access.usask.ca>
- Sender: news@access.usask.ca (USENET News System)
- Nntp-Posting-Host: skatter.usask.ca
- Organization: University of Saskatchewan
- References: <1992Aug18.023606.850@access.usask.ca>
- Date: Tue, 18 Aug 1992 02:57:22 GMT
- Lines: 33
-
-
-
-
- Sorry, but I don't know alot about this new newsreader yet.
-
- I tried:
-
- Integrate[Exp[-b y] Sqrt[x^2 + y^2],{x,a,d}]
-
- in Mma 2.0 and got:
-
- 2 2 2 2 2
- -(a Sqrt[a + y ] + y Log[a + Sqrt[a + y ]])
- ---------------------------------------------- +
- b y
- 2 E
-
- 2 2 2 2 2
- d Sqrt[d + y ] + y Log[d + Sqrt[d + y ]]
- -------------------------------------------
- b y
- 2 E
-
- which then Mma choked on for the second integral, which you might find
- in tables in chunks.
-
- The other order of integration gets Hankel functions right off the bat.
-
- See Gradshteyn + Ryzhik, page 322.
-
- That's about all I can come up with on short notice.
-
-
-