4

I'm currently studying limits because of my calculus class and i've wondered how for example wolfram alpha computes the limit of a sequence. Is it more a brute force way, or is there an efficient method to calculate/find them?

jay
  • 41
  • 1
    I would guess, since most of the sequences we give are monotonic it would search for a greatest lower bound or least upper bound(if at all the sequence is convergent). – Dinesh Nov 09 '11 at 22:23

1 Answers1

2

Different sequences require different methods. I'm sure alpha has a suite of methods available and it analyzes the sequence to see which (if any) of its methods applies. Not all that different from the way humans do it.

Gerry Myerson
  • 179,216