I want to proof that $f(x)=Ax+b$ with \begin{align} A = \begin{bmatrix} 0 & -\frac{1}{8} & \frac{1}{4} \\ 0 & \frac{1}{3} & 0 \\ -\frac{1}{2} & -\frac{5}{22} & \frac{3}{4} \end{bmatrix} && b=[1,2,3]^{T} \end{align}
is a contraction mapping, that means $||f(x)-f(y)||\leq q ||x-y||$ with constant $q < 1$. But I don't know how I can get that constant.
Any ideas?
Thank you!