필터 지우기
필터 지우기

Solving a linear but ill-posed linear system

조회 수: 2 (최근 30일)
Bart Boesman
Bart Boesman 2012년 10월 1일
Hi,
I encountered some numerical problem. I Have a simple exact linear system looking like this:
[9.8117e-9 - 3.5190e-4i 0 0 0 + 3.5181e-4i [ U [ 8.4473e-7
0 0 0 0 * V = 0
0 0 0 0 A 0
0 - 3.5181e-4i 0 0 0 + 3.5191e-4i ] B ] 0 ]
Solving it by hand is very easy and gives the correct solution:
V=A=0 U=B= 1.0112207+9.275646732i
However using numerical methods to solve the system (least-squares, pseudo-inverse, svd, ...), I do not get the result that I want to obtain. I understand that the matrix is ill-defined and close to singular. However, is there a method to solve this kind of systems precisely numerically?
Thanks,
Bart
  댓글 수: 2
Matt J
Matt J 2012년 10월 1일
편집: Matt J 2012년 10월 1일
What do you mean "close to singular"? The 2nd and 3rd columns of the matrix appear to be exactly zero. Why aren't we calling it exactly singular?
Matt Fig
Matt Fig 2012년 10월 1일
I can't make heads or tails of that code. How many arrays is it supposed to represent?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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