For example, consider a Verhulst model with delay
$$ \boxed{\dot N(t) = r N(t) \left( 1 - \frac{N(t-T)}{K} \right)} $$
where $r$ gives the reproduction rate and $K$ means the carrying capacity of the environment.
The non-trival equilibrium is $N^*=K$. To study the stability of this equilibrium, we introduce $h$, where $N(t) = K + h(t)$, and use the following linearisation
$$ \dot N(t)= \dot h (t) \approx -r h(t-T) $$
The solution will be in the form $ae^{\lambda t}$ and thus
$$a\lambda e^{\lambda t}=-are^{\lambda t}e^{-\lambda T}\\ \lambda=-re^{-\lambda T}$$
Thus, we have introduced an 'eigenvalue' $\lambda$ which is a complex number because there is no reason to put any restrictions. So generally $$\lambda=-re^{-\lambda T}=\nu+i\omega$$ However, how should I understand the biological meaning of this value? As well as its real and imaginary components?
I have seen another definition for 'eigenvalue' in linear algebra, but I can't see the relation with the one I encountered here.