(Almost) trivial example with real e-valuesande-vectors. >>> w, v=LA.eig(np.diag((1,2,3))) >>> w; v array([1.,2.,3.]) array([[1.,0.,0.], [0.,1.,0.], [0.,0.,1.]]) Real matrix possessingcomplexe-valuesande-vectors; note that the ...
www.dbjr.com.cn/article/2743...htm 2025-6-7