How would you solve this excersize? I have tried it but I am not posting my calculations since it is wrong and I would spend a lot of time writing it in latex.
The problem. Find the condition number with respect to $\Vert \cdot \Vert_{\infty}$ of \begin{equation*} \begin{pmatrix} 1 & d \\ d & 1 \end{pmatrix} \begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 1 \\ 0 \end{pmatrix} \end{equation*} supposing $d \neq \pm 1$. It should be $K_{\infty}(A) = \left\vert\frac{\left\vert d\right\vert + 1}{\left\vert d\right\vert - 1}\right\vert$. I found two different values depending on $\left\vert d\right\vert < 1$ or $\left\vert d\right\vert > 1$, more specifically if $\left\vert d\right\vert < 1$ I found \begin{equation*} \left\vert \frac{2d}{1-d}\right\vert \end{equation*} while if $\left\vert d\right\vert > 1$ I found \begin{equation*} \left\vert \frac{2}{1-d}\right\vert. \end{equation*}
EDIT In the two solutions given you use $K(A) = \Vert A^{-1} \Vert \Vert A \Vert$.
My result is different because I used a different definition of $K$ i.e.
$K(d) = \left\Vert G'(d)\right\Vert \frac{\left\Vert d\right\Vert}{\left\Vert G(d)\right\Vert}$ where $G$ is the function $d \mapsto x(d)$ which gives the unique solution depending on the parameter $d$.
In the case in which I want to solve $A x = b$ and $d$ it is contained only in $b$ we have $$x = A^{-1}b$$ so $$G(d) = A^{-1}b \quad \text{and} \quad G'(d) = A^{-1}.$$ We so obtain $$K(d) = \left\Vert A^{-1}\right\Vert \frac{\left\Vert b\right\Vert}{\left\Vert A^{-1}b\right\Vert} = \left\Vert A^{-1}\right\Vert \frac{\left\Vert Ax\right\Vert}{\left\Vert x\right\Vert} \leq \left\Vert A^{-1}\right\Vert \left\Vert A\right\Vert.$$ But I don't understand why in the case in which it is $A$ (not $b$) depending of $d$ we can still use the defintion $K(d) = \left\Vert A^{-1}\right\Vert \left\Vert A\right\Vert$.