由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: Help! about matrix inverse
相关主题
Re: 谁知道什么是singular value decomposition?Re: 求导求助!
Re: least square fitting codeRe: 我来说个题
Re: MATLAB请教calculation of inverse of "almost-singular" matrix
discussion on SVDInverse Noise, SVD, and Linear Least Squares (转载)
Re: discussion on SVD combined with ICAInverse Noise, SVD, and Linear Least Squares
negative temperature?可逆方阵的左逆元等于右逆元
Re: Where is Matrix Inverse subroutine? Thx.很惭愧的问一个简单的regression algebra.
Re: matrix inverseINVE4.02盘中新高?咖啡钱有了?哈哈哈?
相关话题的讨论汇总
话题: inv话题: utv话题: svd话题: inverse话题: matrix
进入Science版参与讨论
1 (共1页)
r****y
发帖数: 1437
1

Maybe this one works
By SVD,
A = UTV'
A*A' = UTTU'
A'*A = VTTV'
So Inv(A*A') = UT**(-2)U'
Inv(A'*A) = VT**(-2)V'
Once you figure out U and V by standard SVD routine,
Inv(A*A') = UV'Inv(A'*A)VU'
But actually if you figure out UTV, can invert it directly. :-)
1 (共1页)
进入Science版参与讨论
相关主题
INVE4.02盘中新高?咖啡钱有了?哈哈哈?Re: discussion on SVD combined with ICA
INVE盘前上涨有点戏剧?negative temperature?
熊市基金 (转载)Re: Where is Matrix Inverse subroutine? Thx.
面试题目Re: matrix inverse
Re: 谁知道什么是singular value decomposition?Re: 求导求助!
Re: least square fitting codeRe: 我来说个题
Re: MATLAB请教calculation of inverse of "almost-singular" matrix
discussion on SVDInverse Noise, SVD, and Linear Least Squares (转载)
相关话题的讨论汇总
话题: inv话题: utv话题: svd话题: inverse话题: matrix