Using y[0] = 1 and k = 1 the recurrence function will give
the following first 50 values:
1.000000 1.693147 2.683858 3.987818 5.594817 7.481101 9.618941
11.981580 14.545112 17.288858 20.195150 23.248922 26.437294 29.749198
33.175062 36.706558 40.336392 44.058135...
Dear forum people,
for a nonlinear software I am writing I am having a hard time to transform a
recurrence relation to an explicit function. Maybe someone can help me along the right lines...
The recurrence relation is of the form (an exponential type function)
y[n+1] = y[n] + k *...