필터 지우기
필터 지우기

Non symmetricity of matrix supposed to be.

조회 수: 1 (최근 30일)
Henrik Dam
Henrik Dam 2015년 9월 14일
Consider A,B symmetric matrices (in practice they are 112x112).
I want to calculate C=A^-1(B)A^(-1) numerically.
I guess the most efficient way is: C = mrdivide(mldivide(A,B),A), is this correct?
Now theoretically C should be symmetric again, but is not what can be the issues? Is it a good or bad idea to calculate C as above and then afterwards "symmetrise" it by doing e.g. C=C./2+C'./2 or can this induce an error?

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by