필터 지우기
필터 지우기

Inverse of several different matrices

조회 수: 1 (최근 30일)
Atreyu91
Atreyu91 2015년 8월 25일
댓글: Romeo rofhiwa thonga 2015년 8월 25일
Can anyone please show me how to perform an inverse of several matrices in a cell array in MATLAB?
for example if I have a cell array with six different 5x5 matrices:
A = 5x5 double, 5x5 Double, 5x5 Double, 5x5 Double, 5x5 Double, 5x5 Double
How would I calculate the inverse of each 5x5 Double matrix?
So far I know that
B = inv(A{1,1});
will give the inverse of the first matrix, but I cannot figure out how to inverse the other matrices at the same time.
  댓글 수: 1
Romeo rofhiwa thonga
Romeo rofhiwa thonga 2015년 8월 25일
why dont you try the gauss jordan method

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

채택된 답변

Walter Roberson
Walter Roberson 2015년 8월 25일

추가 답변 (0개)

카테고리

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