|
|
last edited 9 years ago by test1 |
1 2 3 | ||
Editor: test1
Time: 2015/10/05 17:46:28 GMT+0 |
||
Note: |
added: \end{axiom} \begin{axiom} removed: - added: Now they both fail, as they should.
Consider the following two expressions:
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.