function y = lin2b(x) % % eigenvalues of A are -0.8 and 1.25 % A = [ -0.0620 0.9840 0.9840 0.5120 ]; b = [1;1]; y = A*x + b;