Re: Recurrence Equation RSolve, no error shown, no solution?
- To: mathgroup at smc.vnet.net
- Subject: [mg129082] Re: Recurrence Equation RSolve, no error shown, no solution?
- From: Skirmantas Janusonis <janusonis at psych.ucsb.edu>
- Date: Thu, 13 Dec 2012 04:08:23 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
This shows the problem: iter = 10000; f[x_] := x - 0.02/x; ListLinePlot[NestList[f, 2, iter]] (version 8)