Recurrence Equation RSolve, no error shown, no solution?
- To: mathgroup at smc.vnet.net
- Subject: [mg129069] Recurrence Equation RSolve, no error shown, no solution?
- From: Fran Alvarez <skitarna at gmail.com>
- Date: Tue, 11 Dec 2012 19:54:57 -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
Hi all! I'm looking for the solution of: RSolve[{w[n + 1] == w[n] - 0.02/w[n], w[0] == 2}, w[n], n] but the output is the same on the input and no error is shown. I've read the help that comes with Mathematica (I'm using 7.01 version for Mac) but no way. It seems to me that the main difference with the majority of examples shown in the help is the w[n] that appears as a denominator at the equation's RHS. I've seen complex rational examples at the help though, and RSolve manages to give a solution. Could someone tell me if there is possible to solve this and what's my error? Thank you! Fran =C1lvarez
- Follow-Ups:
- Re: Recurrence Equation RSolve, no error shown, no solution?
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Recurrence Equation RSolve, no error shown, no solution?