@@ -43,7 +43,7 @@ def SovleRowMain(A,b):
return b
# 最小二乘法拟合
def LeastSquares(list_x,list_y,n):
m = len(list_x)
x_n = []
The note is not visible to the blocked user.