필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

incorrect result in solving system using MATLAB ?

조회 수: 1 (최근 30일)
Eliza
Eliza 2017년 11월 14일
마감: Walter Roberson 2017년 11월 14일
Iam trynig to solve the following system (mat=coefficient matrix,B=output matrix)
mat =
1 2 6
2 5 14
5 7 24
B=
0
0
0
the expected result is not zeros for sure because this system is linear dependent . And I used mat/B and linsolve(mat,B). However , I have got the answer
ans=
0
0
0
and this warning
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND =
1.009294e-18.
could any one help me why I got this result and what I should to get the correct answer?
  댓글 수: 1
Walter Roberson
Walter Roberson 2017년 11월 14일
Duplicated by later https://www.mathworks.com/matlabcentral/answers/367058-incorrect-result-in-solving-system-using-matlab which has an answer

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by