由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: matrix inverse
相关主题
Re: Where is Matrix Inverse subroutine? Thx.Re: 关于黑洞辐射和反物质
Re: 双生子徉谬Re: 谁知道什么是singular value decomposition?
Re: 请教近年物理进展negative temperature?
Re: 希格斯场一问Re: 求导求助!
Re: 正方形内找一点到四顶点距离之积最大Re: 我来说个题
Re: 几何证明 :re 正方形这道题Re: Help! about matrix inverse
请教一道物理sub(电磁学)Re: a dumb probability problem, please help
环上N球周期问题Weistrass的逼近定理
相关话题的讨论汇总
话题: inverse话题: matrix话题: ricipe话题: some话题: directly
进入Science版参与讨论
1 (共1页)
y**t
发帖数: 50
1
if a,b,c are very close,you can use
a^{-1}(1-ba^{-1}-ca^{-1}) to approximate
in fact,using algorithms from numerical ricipe,
it is not terrible to do inverse directly
unless your dimension is millions
a****o
发帖数: 42
2
For such large scale problem, before you do anything
concrete,
it might be a good thing to first try to find some way of
not
inverse the matrix.
Some thing you might consider:
1. If the matrix sparse? I guess it should be.
2. Are you really want to have a 1/A, or you just want an
answer to AX=b?
3. Except for symmetry, are their other characteristic you
can
exploit?
If all the answer is NO, perhaps what yhht said is right: do
the
inverse directly using some method, the reason is that for
such
la
1 (共1页)
进入Science版参与讨论
相关主题
Weistrass的逼近定理Re: 正方形内找一点到四顶点距离之积最大
补充一下!Re: 几何证明 :re 正方形这道题
Re: 大气压 X 地球表面积 ?= 大气质量请教一道物理sub(电磁学)
Re: who knows the natural frequency of sound?环上N球周期问题
Re: Where is Matrix Inverse subroutine? Thx.Re: 关于黑洞辐射和反物质
Re: 双生子徉谬Re: 谁知道什么是singular value decomposition?
Re: 请教近年物理进展negative temperature?
Re: 希格斯场一问Re: 求导求助!
相关话题的讨论汇总
话题: inverse话题: matrix话题: ricipe话题: some话题: directly