A control system is described in state-space representation, such that
x[k+1] = Ax[k] + Bu[k]
where u, x, and y are the input, the state, and the output variables, respectively, and
A = [1 0.5
-2 0.5]
D = [0 0]
(a) Determine the state-transition matrix of the system. Answer:
[1.5 1.5
-1.5 -0.5]
(b) Determine x[h], when x[0] = [1 0] and u[k] = 0 for k = 1, 2. Answer:
x[k] = [1.5h 1.5h
-1.5h -0.5h]