Recurrence Relationshard
0:00.0

Consider the coupled system of recurrences: xn=2xn1+yn1x_n = 2x_{n-1} + y_{n-1} yn=xn1+2yn1y_n = x_{n-1} + 2y_{n-1} with x0=1,y0=0x_0 = 1, y_0 = 0. What is x2x_2?