home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!deccrl!news.crl.dec.com!news!nntpd.lkg.dec.com!star.enet.dec.com!abbasi
- From: abbasi@star.enet.dec.com (My name is...)
- Newsgroups: sci.math
- Subject: MAPLE: Limit of (1/x^n)*e^x as x->oo
- Message-ID: <1992Jul29.151129.23634@nntpd.lkg.dec.com>
- Date: 29 Jul 92 15:08:51 GMT
- Sender: usenet@nntpd.lkg.dec.com (USENET News System)
- Organization: Digital Equipment Corporation
- Lines: 15
-
-
- Why do you think this MAPLE stopped giving the limit at 7? :
- I dont get it?
-
- > limit((1/x^6)*exp(x),x=infinity);
- infinity
-
- > limit((1/x^7)*exp(x),x=infinity);
- exp(x)
- limit ------
- x -> infinity 7
- x
-
-
- /Nasser
-