I am using numpy
python library to calculate eigenvalues
and eigenvectors
of a asymmetric matrix. The eigenvalues i am getting are complex values and corresponding eigenvectors also consist of complex values. Is there any possible way to get real eigenvalues
and eigenvectors from numpy library ?
Asked
Active
Viewed 546 times
0

ali_m
- 71,714
- 23
- 223
- 298

Neeraj Sharma
- 85
- 8
-
8What makes you think you are supposed to get *real* eigenvalues of an *asymmetric* matrix? – Oliver W. Feb 16 '16 at 06:29
-
@OliverW. OP probably means the real representation of the spectral decomposition. – percusse Feb 29 '16 at 14:27