Mathematica 9 is now available
Previous section-----Next section

1.5.13 Recurrence Equations

RSolve[eqns, a[n], n] solve the recurrence equations eqns for a[n]

Solving recurrence equations.
This solves a simple recurrence equation.

In[1]:=  RSolve[{a[n] Equal 3 a[n-1]+1, a[1]Equal1}, a[n], n]

Out[1]=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.