function y = lin2f(x) % % eigenvalues of A are -0.6400 +/- 0.4800i % which have absolute value 0.8 % A = [ -0.6400 -0.4800 0.4800 -0.6400 ]; b = [1;1]; y = A*x + b;