Iterative methods with complex matrices

조회 수: 1 (최근 30일)
MG
MG 2017년 6월 9일
댓글: Steven Lord 2017년 6월 9일
Hi there,
I need some help in coding an iterative method for a complex linear system.
Starting from a pre-acquired solution on a FE domain (obtained by solvepde command), I have to manipulate the data and calculate other different quantities (not PDEs, just simple equations involving the solution u found with solvepde). From the solution u (that is a [n x m] matrix), I have calculated the variable p by varying my parameter of interest ac ([1 x k]), obtaining a [n x m x k] p matrix.
Reading through the MATLAB documentation, I have found several cases to iteratively solve linear systems like Ax = b (that's correct, obviously!).
On the other hand, I have a numerically complex system, with the p matrix that is [n x m x k], x is not a vector but a matrix [n x m x k], and b is a vector [1 x k].
Anyone can help me to just find the way to solve this? Unfortunately, I even don't know how to start coding.
Thanks in advance
  댓글 수: 1
Steven Lord
Steven Lord 2017년 6월 9일
It's not entirely clear to me what you're trying to compute or solve with your PDE solutions. You mentioned "just simple equations involving the solution u" -- what are those "simple equations"?

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

답변 (0개)

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by