I have a question regarding the stability of linear systems. Let's assume we have two stable linear systems represented by matrices $A_1$ and $A_2$, where both matrices have eigenvalues with strictly negative real parts (i.e., both systems are stable in the sense that their eigenvalues are in the left half of the complex plane).
Now, consider the linear interpolation of these two matrices:
$$A(\alpha) = \alpha A_1 + (1 − \alpha)A_2, \alpha \in [0, 1]$$
My question is: Can we always say that the interpolated matrix $A(\alpha)$ is also stable for all $\alpha \in [0, 1]$? In other words, does the interpolation of two stable matrices always result in a stable matrix?
If this is not always true, could you provide an example where the interpolation results in an unstable system? Any insights or references to existing research would be greatly appreciated.