Post Reply 
Do you agree: limit(ABS(x)^n,n,∞,1); => undef (One-sided limit: n≥0)
05-22-2018, 05:42 PM
Post: #4
RE: Do you agree: limit(ABS(x)^n,n,∞,1); => undef (One-sided limit: n≥0)
For x>1 the limit is infinity, for x=1 it is 1 and for 0<=x<1 it is zero. With assume(x>1) your limit returns inf, as expected, and, when I do assume (x<1) and additional(x>0), it returns 0, so undef is reasonable.
Arno
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Do you agree? - pier4r - 05-22-2018, 03:30 PM
RE: Do you agree: limit(ABS(x)^n,n,∞,1); => undef (One-sided limit: n≥0) - Arno K - 05-22-2018 05:42 PM



User(s) browsing this thread: 1 Guest(s)