How can I convert sequence to the linear homogeneous recurrence relation with constant coefficients
Subject: How can I convert sequence to the linear homogeneous recurrence relation with constant coefficients
From: Barton Willis
Date: Tue, 5 Mar 2013 01:11:25 +0000
____________________________________
> How can I convert sequence to the linear homogeneous recurrence relation with constant coefficients?
An example might help clarify what it is that you want to do.
For solving linear recurrence equations, try reading the user documentation for solve_rec (to do this enter "solve_rec" from a
command prompt). To find a recurrence relation for a sequence defined non-recursively, there are ways
to do that, but likely no general scheme.
--Barton