| Author |
Comment/Response |
Forum Moderator
email me
 |
03/26/97 7:56pm
Reply to message #240 from David Chan: > I got a strenge answer when I tried to do: > > Limit[Sin(x)/x, x-> Infinity] > > It gave me ''Sin'' as answer, is this a bug within Mathematica 3.0, or incorrect installation? > > Thanks... > ________________________________________ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Mathematica uses square brackets to surround function arguments. Try the following: Limit[Sin[x]/x, x-> Infinity] Forum Moderator
URL: , |
|