Re: reccurance relation



d-viper wrote:

how to solve reccurance relation:
x1=10
x2=100
x_n=2x_{n-1}+8x_{n-2}
can anybody help?

After reading the corresponding theory and by single
computation, check that the solution is:

x_n=5(4^n+(-2)^n)

Fernando.
.