| Author |
Comment/Response |
KENZOU
|
10/30/04 5:28pm
Hellow.
I have the following questions. Someone should reply to a question, please.
If the next calculation is carried out by Mathematica Ver5, a strange result will come out. What thing is this?
In[1]:= Limit[(a+b)/2^n,n->Infinity]
Out[1]= 0
=>OK!!
In[2]:= Limit[(a+b)/2^n + c,n->Infinity]
a + b
Out[2]= Limit[----- + c, n -> Infinity]
n
2
=>???
URL: , |
|