由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - Re: source code of pseudoinverse of a matrix?
相关主题
Re: help on image processing问个计算问题
Can anyone please help download a paper?万校:矩阵的条件数为1
Re: matlab怎么求singular matrix的逆线性代数学的好的进来一下
请问dissociation和decomposition的中文分别是什么yahoo面经
用matlab怎么样做allpass decomposition?感觉data scientist的面试经常都是瞎问
Re: Complex-value SVD C code求助:Matlab里面如何分解矩阵? (转载)
Inverse Noise, SVD, and Linear Least Squares (转载)请推荐一个处理sparse matrix SVD的java library
qualcomm面经 攒人品问个简单的matrix变换的问题,包子答谢
相关话题的讨论汇总
话题: matrix话题: svd话题: let话题: pinv
进入EE版参与讨论
1 (共1页)
x*x
发帖数: 46
1

basically ppl use SVD to do pseudoinverse.
1. Let B = pinv(A), where pinv(A) is the pseudoinverse of A, m x n matrix.
i.e., ABA = A
2. SVD (Singual Value Decomposition)
Let A = USV', where U & V are orthogonal matrices (U'U=I) and S is
a diagonal matrix.
3. -1
B = V S U'
so what u need is a SVD algorithm. U can get it from
" target="_blank" class="a2">http://www.geocities.com/xiaomaoxiong2000/lin-alg-cpp.hqx
it's been packed in HQX format. use some tools to unpack it first.
1 (共1页)
进入EE版参与讨论
相关主题
问个简单的matrix变换的问题,包子答谢用matlab怎么样做allpass decomposition?
请出几道题,用来鉴别一个人是否生物博后Re: Complex-value SVD C code
提问:matlab效率问题(不同机器上)Inverse Noise, SVD, and Linear Least Squares (转载)
Singular Value Decompositionqualcomm面经 攒人品
Re: help on image processing问个计算问题
Can anyone please help download a paper?万校:矩阵的条件数为1
Re: matlab怎么求singular matrix的逆线性代数学的好的进来一下
请问dissociation和decomposition的中文分别是什么yahoo面经
相关话题的讨论汇总
话题: matrix话题: svd话题: let话题: pinv