function y=fx(x)
y=x.^3+4*x.^2-10;
endfunction

root=fzero(@fx,1.6)