Message Boards Message Boards

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

How to find a limit of a reoccurring series

Posted 2 months ago

How to find a limit of a reoccurring series (new to WL) This is the code i wrote so far but I can't seem to get it to work, thanks in advance!

LimitP12[x_] := 
 Somefunction[
   x * otherfunction1[1/8] + 1/2 * x* otherfunction1[1/8] + 
    x * otherfunction2[1/4] + x * 1/4 * otherfunction1[1/8] + 
    x * 1/2 * otherfunction2[1/4], 1/4] 

 Limit[LimitP12, x -> 0]
POSTED BY: Jasper Woutersen

You forgot the independent variable:

Limit[LimitP12[x], x -> 0]
POSTED BY: Gianluca Gorni
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