SEQUENCES | Evaluating A Sequence (Page 10 of 11) |
As a second example of a recursive sequence, let's find the first ten terms of the Fibonacci sequence defined by . First define the sequence as u in the sequence editor. Be sure nMin = 1, then define the rule for the sequence on the next line. Enter as u(n-1) and as u(n-2). For u(nMin), we must specify both the first and second terms of the sequence. We do this using braces and listing the two terms separated by a comma.
|
|||
Copyright © 2010 Turner Educational Publishing
|