由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 请教Matlab中矩阵求逆问题 (转载)
相关主题
请问C里面有没有现成的matrix computation as matlabsourcecode to inverse a matrix
MATLAB: 计算多个MATRIX的平均值借问,我这样仿真的思路对不对,关于事件驱动模拟。 (转载)
求助Kernel PCA的matlab code求矩阵的本征矢量和本征值 (转载)
请教一下, computer vision 这一行一般都是用什么编程语言的?精华区的GSL免费已经不免了 (转载)
如何用wavelet去噪声?各位大牛们救救小弟吧...
问问有没有这个不等式请教些完全独立并行的workload
关于随机矩阵的问题请教矩阵计算
问一个矩阵问题人工智能这个方向是不是很冷了 ?
相关话题的讨论汇总
话题: 矩阵话题: matlab话题: 求逆话题: singular话题: warning
进入CS版参与讨论
1 (共1页)
j********3
发帖数: 560
1
【 以下文字转载自 Computation 讨论区 】
发信人: johnlee123 (no), 信区: Computation
标 题: 请教Matlab中矩阵求逆问题
发信站: BBS 未名空间站 (Mon Feb 19 13:44:00 2007)
请问对于一个接近奇异的矩阵,应该如何去求它的逆矩阵?Matlab自己的inv函数不能
给出准确的结果,运行之后给出如下提示
Warning: Matrix is close to singular or badly scaled.
Results may be inaccurate. RCOND = 7.828442e-018.
将所得矩阵和原矩阵相乘,得到的也不是单位矩阵,并且差得也很大。请问有什么方法
来解决这个问题?多谢了!
T******r
发帖数: 2937
2
pinv?

【在 j********3 的大作中提到】
: 【 以下文字转载自 Computation 讨论区 】
: 发信人: johnlee123 (no), 信区: Computation
: 标 题: 请教Matlab中矩阵求逆问题
: 发信站: BBS 未名空间站 (Mon Feb 19 13:44:00 2007)
: 请问对于一个接近奇异的矩阵,应该如何去求它的逆矩阵?Matlab自己的inv函数不能
: 给出准确的结果,运行之后给出如下提示
: Warning: Matrix is close to singular or badly scaled.
: Results may be inaccurate. RCOND = 7.828442e-018.
: 将所得矩阵和原矩阵相乘,得到的也不是单位矩阵,并且差得也很大。请问有什么方法
: 来解决这个问题?多谢了!

j********3
发帖数: 560
3
谢谢!试了pinv,它能给出更好的结果,但是还是不够精确。应该怎么办呢?

【在 T******r 的大作中提到】
: pinv?
N**D
发帖数: 10322
4
what is your goal of computing the inverse?
most of time, you don't need the explicit form of the inverse.

【在 j********3 的大作中提到】
: 谢谢!试了pinv,它能给出更好的结果,但是还是不够精确。应该怎么办呢?
j********3
发帖数: 560
5
My goal actually is to solve a linear equation system. And at the beginning
I actually used "\", which is said to choose the optimized algorithm. But it
gave the warning information the same as when I used "inv" function. Thus I
wonder whether there is better approach to deal with a matrix close to
singular. Thank you.

【在 N**D 的大作中提到】
: what is your goal of computing the inverse?
: most of time, you don't need the explicit form of the inverse.

D*******a
发帖数: 3688
6
bad condition?那没啥办法

beginning
it
I

【在 j********3 的大作中提到】
: My goal actually is to solve a linear equation system. And at the beginning
: I actually used "\", which is said to choose the optimized algorithm. But it
: gave the warning information the same as when I used "inv" function. Thus I
: wonder whether there is better approach to deal with a matrix close to
: singular. Thank you.

1 (共1页)
进入CS版参与讨论
相关主题
人工智能这个方向是不是很冷了 ?如何用wavelet去噪声?
如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot (转载) 问问有没有这个不等式
这里有熟悉 spectral clustering 的吗?关于随机矩阵的问题
数学 算法问一个矩阵问题
请问C里面有没有现成的matrix computation as matlabsourcecode to inverse a matrix
MATLAB: 计算多个MATRIX的平均值借问,我这样仿真的思路对不对,关于事件驱动模拟。 (转载)
求助Kernel PCA的matlab code求矩阵的本征矢量和本征值 (转载)
请教一下, computer vision 这一行一般都是用什么编程语言的?精华区的GSL免费已经不免了 (转载)
相关话题的讨论汇总
话题: 矩阵话题: matlab话题: 求逆话题: singular话题: warning