
|
| ||
|
| Graphing a Recursion Formula | |
Example | To draw the WEB graph for the recursion formula an+1 = | ||
| bn+1 = 3bn + 0.2, and check for divergence or convergence. Use the | ||
| following table range and | ||
| Table Range |
| |
| Start = 0, End = 6, a0 = 0.01, anStr = 0.01, b0 = 0.11, bnStr = 0.11 | ||
|
| ||
| Xmin = 0, | Xmax = 1, | Xscale = 1 |
| Ymin = 0, | Ymax = 1, | Yscale = 1 |
Procedure
1m RECUR
2
3
45(SET)1(a0)
awgwa.abwa.bbwc a.abwa.bbwJ
56(TABL)
64(WEB)
7w~w(an is convergence) cw~w(bn is divergence)
Result Screen
20050401