|
|
last edited 9 years ago by test1 |
1 2 3 | ||
Editor: test1
Time: 2015/10/05 17:46:54 GMT+0 |
||
Note: |
added:
From test1 Mon Oct 5 17:46:54 +0000 2015
From: test1
Date: Mon, 05 Oct 2015 17:46:54 +0000
Subject:
Message-ID: <20151005174654+0000@axiom-wiki.newsynthesis.org>
Status: open => fixed somewhere
Consider the following two expressions:
(1) -> exa:=integrate(log(1/x)/x^a,x)
(1) |
exb:=integrate(log(1/x)*x^b,x)
(2) |
which are equivalent by setting .
However, the operation limit
doesn't like both equally well:
limit(exa,x=0)
>> Error detected within library code: can not determine sign
limit(exb,x=0)
>> Error detected within library code: can not determine sign
Martin
Now they both fail, as they should.