#imaginary number graph
36 messages · Page 1 of 1 (latest)
before starting sorry for my bad english 😦
i put X_0 (the inital value) to
lim x->0+
results are
X_0: 0.0010000000 (i put 0.001 because it's grows too big )
X_1: -0.9980019980
X_2: -1000.0000000000
X_3: 1.0020020020
X_4: 0.0010000000
X_5: -0.9980019980
X_6: -1000.0000000000
X_7: 1.0020020020
X_8: 0.0010000000
X_9: -0.9980019980
X_10: -1000.0000000000
X_11: 1.0020020020
X_12: 0.0010000000
X_13: -0.9980019980
X_14: -1000.0000000000
it's kinda looks there's a pattern
but
when 2i
it has problem
X_0: 0.0010000000
X_1: -3.9950049950
X_2: 2.6694462975
X_3: -0.3626033997
X_4: -6.8444095836
X_5: 1.8555184110
X_6: -0.7509955393
X_7: -19.0799615635
X_8: 1.2765492605
X_9: -1.1963065271
X_10: 26.4703706221
X_11: 0.8179857102
X_12: -1.7502966454
X_13: 7.6640308616
X_14: 0.4229014093
X_15: -2.5139469027
X_16: 4.3026257336
X_17: 0.0570709209
X_18: -3.7300515995
X_19: 2.8314672151
X_20: -0.3049831094
it seems there's no pattern
so i decide to draw graph
it looks like clear
but
the end of tails length
are random
again, sorry for my bad english 😦
so the point is
is it random?
i mean
this thing
this recursive function
does it generate random number?
if it generate random number, why is that possible?
graph script -> (x(A1)+1, L(y(A1)))