Given a matrix A, return a vector v in a way that depends on the injective, surjective, and bijective properties of A

前端 未结 0 1077
忘了有多久
忘了有多久 2021-02-11 00:02

I have a matrix A which is a bijective matrix

A= np.array([[1,2,3],[3,4,5],[4,10,6]])

Return a vector v where the first two coordinate of v are 1

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