计算特征根时出现复数 ComplexWarning: Casting complex values to real discards the imaginary part
Python报错 ComplexWarning: Casting complex values to real discards the imaginary part
为什么numpy 计算特征值出现复数?
linalg.eig这个函数在计算的时候是以复数的形式运算的,算法在收敛时,虚部可能还没有完全收敛到0,但是都已经很小了,计算的时候可以直接取实部。