function y = lin2a(x) % % eigenvalues of A are 0.8 and 1.25 % A = [ 0.9620 0.2160 0.2160 1.0880 ]; b = [1;1]; y = A*x + b;