>>>>> "joaquin" == joaquin borges <ultradenso at gmail.com> writes:
joaquin> Hi :
joaquin> In Maxima built from git on Ubuntu 10.10
joaquin> esse : (log(x+u)-log(x))/u
joaquin> limit(esse,u,0) ------> infinity
joaquin> should be 1/x of course.
I see this too. If you assume(x>0), then the limit is computed
correctly. Using tlimit instead of limit gives the desired answer.
I don't know why limit fails in this case.
Ray