how to creat an algorithm to inverse matrix
조회 수: 3 (최근 30일)
이전 댓글 표시
hey,
I have a big task university in Matleb
And one of the questions is to create an algorithm for inverse a matrix
And I'm really stuck on that question
Can anyone help me with the question
Thank a lot
Ori
댓글 수: 0
답변 (1개)
Ameer Hamza
2020년 12월 9일
There are several algorithms for calculation of matrix inverse: https://en.wikipedia.org/wiki/Invertible_matrix#Methods_of_matrix_inversion
You can also check the FEX package for MATLAB example: https://www.mathworks.com/matlabcentral/fileexchange/48600-matrix-inverse-and-determinant
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multidimensional Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!