I am trying to minimize ‖Ax−b‖ through the scipy.optimize.fmin function. The data we use is:
‖Ax−b‖
scipy.optimize.fmin
A = np.row_stack([[1,1,2],[1,2,1],[2,1,1],[