-
-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Description
var('n'); u = (1+sqrt(n))^(-n); limit(u(n=n+1)/u,n=infinity)
: this was reported in http://ask.sagemath.org/question/25647/cannot-calculate-limit/ and worked at least in Sage-4.7
Upstream: Reported upstream. Developers acknowledge bug.
CC: @sagetrac-tmonteil
Component: calculus
Keywords: limit
Issue created by migration from https://trac.sagemath.org/ticket/17709