You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
I am slightly surprised, was the following always the case?
sage: assume(n, "integer")
sage: limit(1/(1+n*(-1)^n), n=oo) und
Martin
Eric Gourgoulhon
unread,
Oct 14, 2025, 4:18:21 PMOct 14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-devel
No, there has been some change between Sage 10.4 and 10.5: in Sage 10.4, the returned value is 1 (!), while in Sage 10.5 and higher it is "und", which is an incorrect as 1.