Minimize ‖Ax−b‖ (how to write function to use with scipy.optimize.fmin() )

后端 未结 0 557
盖世英雄少女心
盖世英雄少女心 2021-02-06 02:03

I am trying to minimize ‖Ax−b‖ through the scipy.optimize.fmin function. The data we use is:

A = np.row_stack([[1,1,2],[1,2,1],[2,1,1],[         


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