Mathematica的bug?# Computation - 科学计算
b*h
1 楼
Why the eigenvector of a matrix can be 0. (Please look at the last row of Out[2]).
In[1]:=
mat={{0,1/3,2/3,0,0},{0,0,0,1/4,3/4},{0,0,0,1/2,1/2},{1,0,0,0,0},{1,0,0,0,0}};
In[2]:=
Eigenvectors[mat]
Out[2]//OutputForm=
-1 + I Sqrt[3] 1 - I Sqrt[3] 1 - I Sqrt[3]
{{--------------, -1 + -------------, -1 + -------------, 1, 1},
2 2 2
-1 - I Sqrt[3] 1 + I Sqrt[3] 1 + I Sqrt[3]
{--------------, -1 + -------------, -1 + ---------
In[1]:=
mat={{0,1/3,2/3,0,0},{0,0,0,1/4,3/4},{0,0,0,1/2,1/2},{1,0,0,0,0},{1,0,0,0,0}};
In[2]:=
Eigenvectors[mat]
Out[2]//OutputForm=
-1 + I Sqrt[3] 1 - I Sqrt[3] 1 - I Sqrt[3]
{{--------------, -1 + -------------, -1 + -------------, 1, 1},
2 2 2
-1 - I Sqrt[3] 1 + I Sqrt[3] 1 + I Sqrt[3]
{--------------, -1 + -------------, -1 + ---------