필터 지우기
필터 지우기

Error in Matrix is close to singular or badly scaled

조회 수: 3 (최근 30일)
KIRAN Sajjanshetty
KIRAN Sajjanshetty 2022년 6월 10일
답변: Chetan 2023년 8월 31일
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 2.472896e-19.
> In maths1 (line 222)
  댓글 수: 1
KIRAN Sajjanshetty
KIRAN Sajjanshetty 2022년 6월 10일
any one please help me to solve the attached code it is showing warning it is not exicuting it is taking to much time

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

답변 (1개)

Chetan
Chetan 2023년 8월 31일
Based on my understanding, the issue you are facing occurs when a matrix is poorly conditioned and used as one of the arguments for the backslash (\) or forward slash (/) operators, which are commonly used to solve systems of linear equations.
This problem arises when the matrix used in the computation is singular or very close to being singular (ill-conditioned). Attempting to solve a system of linear equations with a coefficient matrix that is singular can result in incorrect answers.
To resolve this issue, I recommend referring to the following article for more details and guidance:
Hope it helps!

카테고리

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