f=@(x) tan(x)-x./(1+1+0.96*x.^2);
x0=fsolve(f,10)
f(x0)
x0=9.5312
这个方程为多解,有x=-3.3958,0,3.3958, 6.4361,9.5312, 12.6475...等解