由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Question
相关主题
Matlab计算精度请教求一个特殊矩阵的特征值
need help for a chanllenging sparse matrix computation problemupper bound of eigenvalues
determinant again[求教]请各位推荐解大型矩阵的子程序 (转载)
线性代数一问Matlab的eigs函数
求助: 3*3 matrix eigenvalue problem我也有一个对角化的问题
关于超大型矩阵的算法高维 PCA
问个matlab的eigs的问题Question: What is the complexity of finding eigenvalue decompostion of a real symmetric mtrix?
where to find C++ codes for PCA and CA?如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot
相关话题的讨论汇总
话题: delta话题: lembda话题: lambda话题: question话题: matrices
进入Computation版参与讨论
1 (共1页)
C******a
发帖数: 10
1
Given two matrices M and K and a vector,f
system [M+{\delta}K]u^(n+1)=Mu^(n)
it's required that ||u^(n+1)||< ||u^(n)||.
Please show that this condition leads to
||u^(n+1)|| < |\lembda|_max ||u^(n)||,where \lembda_max is the
biggest eigenvalue of the generized eigenvalue problem of form
Xv= \lembda Yv, X,Y are two matrices. For the specific system they
are M+{\delta}K and M,respectively.
那位稍微指点一下。。。线性代数实在是忘了差不多了
g***i
发帖数: 90
2
is there any condition for M and M+delta K?
If M is invertible, and M+delta K is diagonalizable,
then it works out

【在 C******a 的大作中提到】
: Given two matrices M and K and a vector,f
: system [M+{\delta}K]u^(n+1)=Mu^(n)
: it's required that ||u^(n+1)||< ||u^(n)||.
: Please show that this condition leads to
: ||u^(n+1)|| < |\lembda|_max ||u^(n)||,where \lembda_max is the
: biggest eigenvalue of the generized eigenvalue problem of form
: Xv= \lembda Yv, X,Y are two matrices. For the specific system they
: are M+{\delta}K and M,respectively.
: 那位稍微指点一下。。。线性代数实在是忘了差不多了

C******a
发帖数: 10
3
there's a error in typing:the system should be
M u^(n+1)= [M+{\delta}K] u^(n)
M is SPD, K is -Laplacian.

【在 g***i 的大作中提到】
: is there any condition for M and M+delta K?
: If M is invertible, and M+delta K is diagonalizable,
: then it works out

g***i
发帖数: 90
4
then u can try the eigendecomposition of
M+delta K?

【在 C******a 的大作中提到】
: there's a error in typing:the system should be
: M u^(n+1)= [M+{\delta}K] u^(n)
: M is SPD, K is -Laplacian.

C******a
发帖数: 10
5
i don't understand, please show me...

【在 g***i 的大作中提到】
: then u can try the eigendecomposition of
: M+delta K?

g***i
发帖数: 90
6
( M+\delta K ) V = M V \Lambda
here \Lambda is the diagonal matrix with
diagonal entries to be the eigenvalues
so
M V \Lambda V' = M+\delta K
...
may or may not work. pls check

【在 C******a 的大作中提到】
: i don't understand, please show me...
C******a
发帖数: 10
7

from here,we get Mu^(n+1)=M V\Lambda V^(-1) u^(n)
can we say u^(n+1)=V \lambda V^(-1)?
if so, ||u^(n+1)||<\lambda_max ||u^(n)|| anyway.that's what's confusing me...
i don't even need the constraints of ||u^(n+1)||<||u^(n)||

【在 g***i 的大作中提到】
: ( M+\delta K ) V = M V \Lambda
: here \Lambda is the diagonal matrix with
: diagonal entries to be the eigenvalues
: so
: M V \Lambda V' = M+\delta K
: ...
: may or may not work. pls check

1 (共1页)
进入Computation版参与讨论
相关主题
如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot求助: 3*3 matrix eigenvalue problem
请教关于block-diagonalization的问题关于超大型矩阵的算法
[转载] Matlab help问个matlab的eigs的问题
求教:关于Numerical Laplace Inversionwhere to find C++ codes for PCA and CA?
Matlab计算精度请教求一个特殊矩阵的特征值
need help for a chanllenging sparse matrix computation problemupper bound of eigenvalues
determinant again[求教]请各位推荐解大型矩阵的子程序 (转载)
线性代数一问Matlab的eigs函数
相关话题的讨论汇总
话题: delta话题: lembda话题: lambda话题: question话题: matrices