|
|
last edited 10 years ago by test1 |
1 2 3 4 5 | ||
Editor: kratt6
Time: 2007/12/20 02:11:48 GMT-8 |
||
Note: |
added:
From kratt6 Thu Dec 20 02:11:48 -0800 2007
From: kratt6
Date: Thu, 20 Dec 2007 02:11:48 -0800
Subject:
Message-ID: <20071220021148-0800@axiom-wiki.newsynthesis.org>
Category: Axiom Mathematics => Axiom Library
See also #297
On March 25, 2007 11:54 AM Ondrej Certik asked:
... how can I calculate the limit of:
for ?
The result is 5 as you can check by hand:
When I tried that in axiom:
limit((3**x+5**x)**(1/x), x=%plusInfinity)
(1) |
Type: Union("failed",...)
or the equivalent problem:
limit((3**(1/x)+5**(1/x))**(x), x=0, "right")
(2) |
Type: Union("failed",...)
I got "failed".
See also #297