How to use Gauss Jordan Method with partial pivoting to find inverse of a matrix in matlab?

后端 未结 0 968
刺人心
刺人心 2020-12-07 14:25

I used Gauss Jordan with partial pivoting to find the inverse of a matrix, input by user with a very basic code:

function invA = GJwithPP(A)
    [m,n] = size(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题