News

c = fixed_point_iteration(f,x0) returns the fixed point of a function specified by the function handle f, where x0 is an initial guess of the fixed point. c = fixed_point_iteration(f,x0,opts) does the ...