Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question
1

cannot calculate limit

asked 10 years ago

marguin gravatar image

updated 2 years ago

tmonteil gravatar image

No answer from Sage-6.4.1 for this limit :

var('n'); u = (1+sqrt(n))^(-n); limit(u(n=n+1)/u,n=infinity)

Sage 4.7 gives 0 (correct). Why ?

Preview: (hide)

Comments

1
rws gravatar imagerws ( 10 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 10 years ago

tmonteil gravatar image

updated 10 years ago

I do not know exactly why, probably a regression in maxima. If you really want to know, you should provide a smaller interval of versions than (4.7, 6.4.1) so that we can have a look at the guilty commit. That said, you can still ask sympy to do that:

sage: limit(u(n=n+1)/u,n=infinity, algorithm="sympy")
0
Preview: (hide)
link

Comments

Thanks ! Note that converting to exponentials works. My best interval is (4.7, 5.8), sorry

marguin gravatar imagemarguin ( 10 years ago )

This does not evaluate (returns the question) in 5.2. So it's been a while. Thierry, maybe you can isolate the Maxima command and report upstream?

kcrisman gravatar imagekcrisman ( 10 years ago )

I never used maxima commands (nor maxima itself), but if you give me some hints me how to do that, i will be glad to.work on it.

tmonteil gravatar imagetmonteil ( 10 years ago )

The maxima command is: limit((1+sqrt(n+1))^(-n-1)/(1+sqrt(n))^(-n),n,inf)

Returns zero with Maxima 5.24.0 and is not evaluated when running in http://sagecell.sagemath.org/

robert.marik gravatar imagerobert.marik ( 10 years ago )

Thanks @robert.marik - I reported this upstream at https://sourceforge.net/p/maxima/bugs...

kcrisman gravatar imagekcrisman ( 10 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 10 years ago

Seen: 1,089 times

Last updated: Jan 30 '15