| 1 | initial version |
I do not know exactly why, probably a regression in maxima. That said, you can use sympy to do that:
sage: limit(u(n=n+1)/u,n=infinity, algorithm="sympy")
0
| 2 | No.2 Revision |
I do not know exactly why, probably a regression in maxima. That said, you can use ask sympy to do that:
sage: limit(u(n=n+1)/u,n=infinity, algorithm="sympy")
0
| 3 | No.3 Revision |
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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.