Bug in computing a limit?
Sergio Polini <[email protected]> Wed, 26 Aug 2009 07:48:12 +0200
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <[email protected]> |
The limit of 3^x * log(x) / x as x -> +oo is +oo, but I get: (1) -> limit(3^x*log(x)/x,x=%plusInfinity) (1) "failed" Am I missing anything? Thanks Sergio