boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - 这个n阶方阵的eigenvalue,eigenvector怎么求?
相关主题
how to prove eigenvalues of AB are same as those of BA.
多维矩阵有没有本征值?
[求教]请各位推荐解大型矩阵的子程序 (转载)
请教优化问题
问一个特征值的问题
matrix exponential question
请教一个线代的问题
线性代数一问
A problem on a dynamic process of positive semi-definite m
请教一个问题关于两个矩阵entrywise product求特征值的问题
相关话题的讨论汇总
话题: eigenvalue话题: 方阵话题: 对角线
进入Mathematics版参与讨论
1 (共1页)
s********y
发帖数: 660
1
A= 2 -1 0 0 ... 0 0
-1 2 -1 0 ... 0 0
0 -1 2 -1 ... 0 0
...
0 0 0 0 ... 2 -1
0 0 0 0 ... -1 2
A就是个tridiagonal matrix. 对角线上元素[-1 2 -1]
x******r
发帖数: 367
2
Let x=(sin(a),sin(2a),...,sin(na))T
If a=j*pi/(n+1),pi-3.1415926...
then x is an eigenvector of A corresponding to the eigenvalue 2-2cos(a).
The proof can be found on page 621
of Numerical analysis: Mathematics of Scientific Computing(third Edition).
The authors are David Kincaid & Ward Cheney.
Hope that it will be helpful.

【在 s********y 的大作中提到】
: A= 2 -1 0 0 ... 0 0
: -1 2 -1 0 ... 0 0
: 0 -1 2 -1 ... 0 0
: ...
: 0 0 0 0 ... 2 -1
: 0 0 0 0 ... -1 2
: A就是个tridiagonal matrix. 对角线上元素[-1 2 -1]

1 (共1页)
进入Mathematics版参与讨论
相关主题
请教一个问题关于两个矩阵entrywise product求特征值的问题
Singular Value vs Eigenvalue
largest/smallest eigenvalue for symmetric matrix
请教数学大牛,矩阵问题
怎么样生成的矩阵能保证eigenvalues的绝对值总小于1?
矩阵习题解答
矩阵特征值问题请教
我现在在搞一个解码器,急需多项式eigenvalue 求法
问个无穷维动力系统中广义本征矢的问题
求三阶矩阵特征值问题简单证明
相关话题的讨论汇总
话题: eigenvalue话题: 方阵话题: 对角线