필터 지우기
필터 지우기

the inversion of large impedance matrix in MOM

조회 수: 3 (최근 30일)
rahman
rahman 2015년 9월 14일
댓글: rahman 2015년 9월 16일
Hi all
I try to analyse a structure using method of moment which produces large dense squared impedance matrix. when I try to solve the matrix equation A*X=B, the inversion procedure takes more than 4GB RAMs.Is there any idea to solve this matrix equation in reasonable time with less RAMs?
  댓글 수: 6
Steven Lord
Steven Lord 2015년 9월 14일
How large is your "large dense" matrix?
Are you using a 32-bit or 64-bit version of MATLAB?
Can you easily compute A*x for a vector x without explicitly creating the matrix A? If so, use one of the iterative solvers like GMRES.
rahman
rahman 2015년 9월 16일
Tnx Steven Lord, GMRES is a good idea. It reduced about 2GB RAMs.

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

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 14일
  댓글 수: 2
rahman
rahman 2015년 9월 14일
I try it but it takes more time with same RAMs!
Walter Roberson
Walter Roberson 2015년 9월 14일
Then the answer to your original question is NO. Install more RAM if the current size is a problem.

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

카테고리

Help CenterFile Exchange에서 Operating on Diagonal Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by