1. A = {[0.4 0 .2], [0.3 0.8 0.3], [0.3 0.2 0.5]}. The vector v1 = {[0.1], [0.6], [0.3]} is an eigenvector for A, and two eigenvalues are .5 and .2. Construct the solution of the Dynamical system x,k+1 = Ax,k that satisfies x,0 = (0, 0.3, 0.7)
My attempt
I tried to work this one out...