Calculate the inverse of a non-square matrix using numpy

前端 未结 0 1058
轮回少年
轮回少年 2020-11-21 22:22

Is there a way where I can calculate the inverse of a mxn non-square matrix using numpy? Since using la.inv(S) seems to give me an error of ValueError: ex

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