필터 지우기
필터 지우기

MATLAB hang while inverting a matrix

조회 수: 1 (최근 30일)
ash
ash 2015년 6월 28일
댓글: Walter Roberson 2015년 6월 29일
why MATLAB hang while inverting that matrix, I left it more than a day willing to get any result, but nothing happened
K_total\[0;0;0;0;0;0;0;0;0;0;1;0;0;0;0;0;0;0;0;0;0];
Thanks

답변 (2개)

ash
ash 2015년 6월 29일
Kindly find the attached file containing K_total, It was attached with my question

Walter Roberson
Walter Roberson 2015년 6월 29일
Your K_total is symbolic so you are asking for a symbolic solution rather than a numeric solution.
  댓글 수: 3
John D'Errico
John D'Errico 2015년 6월 29일
You may think that a symbolic result with only 21 unknowns cannot be too big, but it will be IMMENSE.
Walter Roberson
Walter Roberson 2015년 6월 29일
I cannot read the .mat file as I do not have the symbolic toolbox, so I do not know how complex it is.
But remember that even just the exact solutions of a quartic is very big.

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

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by