由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Mathematica的bug?
相关主题
我也有一个对角化的问题stable diagonalizer for symmetric eigenproblem
一个用mathematica 求微分的问题怎么估计一个矩阵对角化需要的时间?
Mathematica问题高维 PCA
帮忙解决一个数学问题(解方程)请教一个问题
哪里有C(C++)语言写的矩阵对角化程序下载?如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot
求助: 3*3 matrix eigenvalue problem线性代数一问
复数矩阵对角化有多快?有人用过FORM做符号计算吗?
[求教]请各位推荐解大型矩阵的子程序 (转载)Run a Mathematica script(notebook?) in background
相关话题的讨论汇总
话题: sqrt话题: out话题: mat话题: outputform
进入Computation版参与讨论
1 (共1页)
b******h
发帖数: 71
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 + ---------
y**t
发帖数: 50
2
The matrix has a Jordan block of size 2X2. So it only has 4 eigenvectors.
Nothing wrong here.

【在 b******h 的大作中提到】
: 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]

b******h
发帖数: 71
3
问题是在Mathematica里如何才能对角化mat呢?

【在 y**t 的大作中提到】
: The matrix has a Jordan block of size 2X2. So it only has 4 eigenvectors.
: Nothing wrong here.

1 (共1页)
进入Computation版参与讨论
相关主题
Run a Mathematica script(notebook?) in background哪里有C(C++)语言写的矩阵对角化程序下载?
[转载] 大家看这个方程组用什么软件解求助: 3*3 matrix eigenvalue problem
如何比较两条曲线的相似程度?复数矩阵对角化有多快?
[转载] Mathematica 5 released.[求教]请各位推荐解大型矩阵的子程序 (转载)
我也有一个对角化的问题stable diagonalizer for symmetric eigenproblem
一个用mathematica 求微分的问题怎么估计一个矩阵对角化需要的时间?
Mathematica问题高维 PCA
帮忙解决一个数学问题(解方程)请教一个问题
相关话题的讨论汇总
话题: sqrt话题: out话题: mat话题: outputform