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!