Log in to edit a copy.
Download.
Other published documents...
Ch-8-Prob-15-Old-이승진
2219 days ago by matrix
A=matrix(RDF,[[0, 1,1],[1, 1,0]]) import numpy as np Pinv=matrix(np.linalg.pinv(A)) Pinv
[-0.333333333333 0.666666666667] [ 0.333333333333 0.333333333333] [ 0.666666666667 -0.333333333333]
[-0.333333333333 0.666666666667] [ 0.333333333333 0.333333333333] [ 0.666666666667 -0.333333333333]