Monday, 12 August 2013

Solve system of recurrence equations using generating functions

Solve system of recurrence equations using generating functions

$$a_{n}=3a_{n-1}+2b_{n-1}$$ $$b_{n}=a_{n-1}+b_{n-1}$$ $$a_{1}=b_{1}=1$$
I need to solve this using generating functions...how can I do this?

No comments:

Post a Comment