MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: principal components analysis
  • Next by Date: problem:mathematica&latex
  • Previous by thread: RE:RSolve
  • Next by thread: how to get Out[123 Thu Nov 16 16:43:31]