本文介绍了在matlab中找到矩阵逆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在matlab中我需要矩阵的逆,但是矩阵是奇异的.
取反时,将显示以下警告:
警告:矩阵的工作精度是奇异的.
任何人都可以帮助删除此警告.
谢谢.

I need the inverse of matrix in matlab but the matrix is singular.
when the inverse is taken the following warning is displayed:
Warning: Matrix is singular to working precision.
Can anybody please help to remove this warning.
Thank You.

推荐答案



这篇关于在matlab中找到矩阵逆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 02:11