res=minimize(rosen,x0,method='nelder-mead',options={'xtol':le-8,'disp':True})
NameError: name 'le' is not defined
le应该是数字的“1”而不是字母的L,改了后应该就可以了