#transform a reccurence formula into an explicit one

9 messages · Page 1 of 1 (latest)

harsh ember
#

Basically, I have this formula :
Un+1 = Un^2 + a
U0 = 0
With « a » being any number (even complex ones)

What I want is to transform this forumla into an explicit forumla :
Un = …

Does someone have any idea on how I could do it ? (This is a personal project not for school or anything else like that)

versed eagleBOT
strange lily
#

could you please make it more clear whether Un+1 = U(n+1) or U(n)+1

crimson ocean
#

,align
U_{n+1} &= U_n^2 + a \
U_0 &= 0

ember harnessBOT
#

FuriousChocolate

crimson ocean
#

I think he’s saying this

#

This is the Mandelbrot set

#

Theres no explicit formula for it

wooden salmon
#

.close