虚心鸡翅

文章
6
资源
0
加入时间
3年0月9天

算法之【牛顿迭代法】As we all know, basic numerical calculation in the computer is: addition, subtraction, multiplication and division.

众所周知,计算机的基本数值算法是加减乘除,甚至只是加减法。而次方和开根算法都是由四则运算混合表示而成的,因而根号计算比四则运算要慢很多。无理数如√2的浮点数计算就是由牛顿迭代法得出的。牛顿迭代法是一种用于计算曲线方程根的精确算法(尤其是幂函数方程),比二分法更加高效,因为它基于微分。 As we all know, basic numerical calculation in the compu