Rank deficient overdeterminated linear system

10 次查看(过去 30 天)
Hi
I have an overdeterminated system and my coefficient matrix is not full rank.
I try solving it with SVD or QR but because of rank deficiency I obtain wrong answer. Somone can axplain for me how I can achieve correct answer for this system?

回答(1 个)

Matt J
Matt J 2014-6-18
If the matrix is rank deficient, it cannot be over-determined. Try PINV, but realize that the solution space is not unique.
  2 个评论
mohsen
mohsen 2014-6-18
I use Pinv already . I wanna an unique answer .
Matt J
Matt J 2014-6-18
编辑:Matt J 2014-6-18
Again, your equations can't have a unique solution if indeed they are rank defficient. You need more equations.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linear Algebra 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by