X-Git-Url: http://gitweb.michael.orlitzky.com/?p=octave.git;a=blobdiff_plain;f=fixed_point_method.m;h=eb3b61c27729331e7b76828625f3874a8c44f04f;hp=c28a66e7e88d46e91e971234055b84d454a829d9;hb=e99d78db1b964f4b3662b61012aa96d003722313;hpb=13bba59d9d3cc9a508deef1e0f6176cfab73fbcd diff --git a/fixed_point_method.m b/fixed_point_method.m index c28a66e..eb3b61c 100644 --- a/fixed_point_method.m +++ b/fixed_point_method.m @@ -13,8 +13,8 @@ function [fixed_point, iterations] = fixed_point_method(g, epsilon, x0) ## ## * ``fixed_point`` - The fixed point that we found. ## - ## * ``iterations`` - The number of bisections that we performed - ## during the search. + ## * ``iterations`` - The number of iterations that we performed + ## during the search. ## iterations = 0;