Question: rsolve - recurrence equation solver

How I can, with the help of maple, perform the following demonstration using rsolve?

From Equation : Y(t)=1 +A t + B t2 + D t3

recursively determine t, by equation:

 

tn=(Y(t)-1)/( A + B* t n-1+ C* t2n-1)

Gracias

 

Please Wait...