function y = lin2g(x) % % eigenvalues of A are -0.0500 +/- 0.8986i % whose absolute values are 0.9 % A = [ -0.1000 0.9000 -0.9000 0 ]; b = [1;1]; y = A*x + b;