Consider $f(z)=z^2+az+b$ we put it's root in vector $[z_1, z_2]^T \in \mathbb{C}^2$. Find condition number in maximum norm of finding the root vector when changing variable a where $a=-2, b=3$
I know in general that for function $g$ finding it's root condition number is given of formula $\displaystyle\frac{1}{g'(x^*)}$ where $g(x^*)=0$ but in our case we have vector and I don't know how to handle it. Calculating $\displaystyle \frac{1}{f'(z_1)}=\frac{1}{i \cdot \sqrt{2}} = \frac{1}{f'(z_2)}$ so taking max I get cond. number is $\displaystyle \frac{1}{i \cdot \sqrt{2}}$ ? But it's not real valued so I'm suppose I did something wrong. Thanks in advance