x=2.156447870189
clc;clearf=@(x) 1.5e-3*x^2*(cosh(656/17/x^2)-1)-14;flag=0;while (flag~=1) [x,~,flag]=fsolve(f,5*rand(1,1)+1);end
syms x;x = solve('1.5e-3*x*x*(cosh(656*17/x/x-1))-14 = 0')结果x = -95.400894661810509684178870089893