Re: RE:RSolve
- To: mathgroup at smc.vnet.net
- Subject: [mg26041] Re: [mg26032] RE:RSolve
- From: BobHanlon at aol.com
- Date: Sat, 18 Nov 2000 23:07:57 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 11/17/00 4:43:32 AM, mina at biology.usu.edu writes: >I am a new user of Mathematica. >I am having problems using the RSolve command. I do not get the >I used the given example > >The solution is the equation itself. > Re-verify that you have loaded the add-on package before calling its functions. Needs["DiscreteMath`RSolve`"] RSolve[a[n + 1] == 2 a[n], a[n], n] {{a[n] -> 2^n*C[1]}} Bob Hanlon