Python Inverse Matrix Multiplication. Im not getting the same answer

前端 未结 0 702
灰色年华
灰色年华 2020-12-24 12:42

My Work- Im getting the same answer except for last question # What is A^(-1)*A?

import numpy as np

Initialize matrix A

A = np.array([[1, 2, 0         


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