필터 지우기
필터 지우기

Matlab-condition number of a matrix

조회 수: 2 (최근 30일)
evi
evi 2013년 11월 23일
댓글: evi 2013년 11월 24일
Using matlab,I found that the condition number of matrix A(using the infinity norm,Koo(A)) (where A is is the Hilbert matrix with dimension n=200 ) is 3.8586e+020
Is this right or am I wrong?

채택된 답변

John D'Errico
John D'Errico 2013년 11월 23일
No. It is probably a bigger number than that However, you forget the limits of floating point arithmetic.
  댓글 수: 7
evi
evi 2013년 11월 24일
Nice...Thank you...!
John D'Errico
John D'Errico 2013년 11월 24일
As a followup, I decided to add a few linear algebra tools to HPF. So far this am, chol, LU, det were easy and now done. svd will take longer.

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

추가 답변 (1개)

evi
evi 2013년 11월 24일
I have also an other question.If we have the tridiagonal matrix,that has the number 4 at the main diagonal and the number 1 at the first diagonal below the main diagonal and at the first diagonal above the main diagonal,I get that the condition number,using the infinity norm,is 3,independent from the dimension I give..Is this right???If yes,why does this happen??Why isn't there any change of the condition number??
  댓글 수: 2
John D'Errico
John D'Errico 2013년 11월 24일
편집: John D'Errico 2013년 11월 24일
If you want to ask a separate question, then ask it as another question, not as an answer to your first question. When you ask it like this, you cause confusion, and make it difficult for others to follow.
evi
evi 2013년 11월 24일
Ok,sorry!!

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

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by