Help with recursion
- From: "robert.w.adams@xxxxxxxxxxx" <robert.w.adams@xxxxxxxxxxx>
- Date: 30 Jan 2006 19:45:23 -0800
I have a simple recursion of the following form;
x_sub_n = x_sub_(n-1) + K/log(n),
n >= 2,
K a constant of about 0.1
initial condition x_sub_1 = 0
I seek a solution for x_sub_n without going through all the recursive
calculations. Any help appreciated!
Bob Adams
.
- Follow-Ups:
- Re: Help with recursion
- From: smn
- Re: Help with recursion
- Prev by Date: Re: algebra folks
- Next by Date: Re: If pi never repeats...
- Previous by thread: Need help on functional derivative
- Next by thread: Re: Help with recursion
- Index(es):
Relevant Pages
|
|