Menu

#3067 Simple limit fails: x^a*(1-x)^b, x->0 (a < -1)

None
open
nobody
None
5
2016-01-06
2016-01-06
No
assume(a < -1)$
limit(x^a * (1-x),x,0) =>
    Is a an integer? n
    Is a an integer? n
=> nounform

Two problems here:
1) It doesn't get the limit (infinity).
2) It asks whether a is an integer twice.

Discussion


Log in to post a comment.