Message Boards Message Boards

0
|
2684 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Why does Mathematica provide incosistent convergence conditions?

Posted 10 years ago
In[1]:= Clear[a, n]
In[2]:= SumConvergence[(n^(n - 2))/((a^n)*(n!)), n]
Out[2]= Abs[a] > E
In[3]:= SumConvergence[(n^(n - 2))/((E^n)*(n!)), n]
Out[3]= True

All right. So, according to Out[2], the series is convergent if and only if the absolute value of variable a is greater then the constant e. But, according to Out[3], the series is convergent if a=e! Since Abs[e] is not greater then e, this output seems incosistent to me... Where lies the problem?

POSTED BY: Marcin Ga??zka
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract