I have modeled a system showing the following properties.
- It has some negative eigenvalues.
- All poles are placed in a left-half plane.
- Some zeros are right-half plane.
In my knowledge, eigenvalues demonstrate the location of poles as they are roots of the characteristic equations, and poles are denominators of the transfer function. When I plot the eigenvalues of my model, two of them are negative (complex pairs), While two zeros are located in the right half plane while all the poles lie in left half plane.
Is there any relation of eigenvalues to zeros of a system?
I am using MATLAB for finding eigenvalues and using the pole-zero plot (pzplot) function to analyze the system.