login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Submitted by : (unknown) at: 2007-11-17T22:08:37-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

Consider the following two expressions:

fricas
exa:=integrate(log(1/x)/x^a,x)

\label{eq1}-{{x \ {\log \left({1 \over x}\right)}}\over{{\left(a - 1 \right)}\ {{e}^{-{a \ {\log \left({1 \over x}\right)}}}}}}(1)
Type: Union(Expression(Integer),...)
fricas
exb:=integrate(log(1/x)*x^b,x)

\label{eq2}{x \ {\log \left({1 \over x}\right)}\ {{e}^{-{b \ {\log \left({1 \over x}\right)}}}}}\over{b + 1}(2)
Type: Union(Expression(Integer),...)

which are equivalent by setting a=-b. However, the operation limit doesn't like both equally well:

fricas
limit(exa,x=0)
>> Error detected within library code: can not determine sign

fricas
limit(exb,x=0)
>> Error detected within library code: can not determine sign

Martin

Now they both fail, as they should.

Status: open => fixed somewhere




  Subject: (replying)   Be Bold !!
  ( 14 subscribers )  
Please rate this page: