Limit of a sequence

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?
 
K

Kai-Uwe Bux

Gerino said:
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?

No.


Best

Kai-Uwe Bux
 
M

Markus Schoder

Kai-Uwe Bux said:
Gerino said:
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?

No.

True. But just to be clear it is not only that nobody has found such a
method yet. It is provable that no such method exists at all for the
general case.
 
K

Kai-Uwe Bux

Gerino said:
Thanks for answers. And is there any method to get an approximation of
this limit?

a) If I am not mistaken, there is not even a method to decide whether a
sequence has a limit.

b) Computer algebra systems employ a lot of heuristics to find answers in
many cases.

c) This is off-topic in this group anyway and you may find better answers in
comp.programming or some group in the sci.math or sci.logic hierarchies.


Best

Kai-Uwe Bux
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top