Message Boards Message Boards

0
|
3449 Views
|
1 Reply
|
1 Total Likes
View groups...
Share
Share this post:

I am having trouble writing a limit in mathematica, help please?

I am writing like this Limit[ln[1+[n]^[1/2]+[n]^[1/3]]/ln[1+[n]^[1/3]+[n]^[1/4]], n->?] Where am I doing wrong with the parenthesis?

POSTED BY: Kadir Sertcanli
Posted 9 years ago

In[1]:= Limit[Log[1 + n^(1/2) + n^(1/3)]/Log[1 + n^(1/3) + n^(1/4)], n -> [Infinity]]

Out[1]= 3/2

How to Use Brackets and Braces Correctly <- Click me, click me

Mathematica is case sensitive and is completely unforgiving if you fail to correctly spell or capitalize a function name

POSTED BY: Bill Simpson
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