I have the following function:
$$f(z) = z\vec{b}^T[I-zA]^{-1}\vec{1},$$
where $z$ is a complex scalar with $Re(z)<0$ (for simplicity, WLOG, we can take $z$ to be real), $b$ is a vector, $1$ is a vector of ones. $I$ is the identity matrix, and $A$ is some arbitrary matrix so that $I-zA$ is non-singular.
I want to show that $Re(f)<0$ for some values of $z$. How can I solve the equation $f(z)=0$? Some help would be appreciated.