G
Gerino
I am looking for an algorithm, function or something else, that would
find limit of a sequence, while given formula i.e. a[n] = n/(n+1) (or
any other). Is such thing even possible? I can calculate any number of
points, a[1], a[2]...a[n], but is there any method to find limit of a
sequence in general case?
find limit of a sequence, while given formula i.e. a[n] = n/(n+1) (or
any other). Is such thing even possible? I can calculate any number of
points, a[1], a[2]...a[n], but is there any method to find limit of a
sequence in general case?