语言选择:
免费网上英汉字典|3Dict

newtonraphson

资料来源 : Free On-Line Dictionary of Computing

Newton-Raphson
     
        A well-known {algorithm} for solving equations.  Given an
        equation,
     
        	f x = 0
     
        and an initial approximation, x(0), a better approximation is
        given by:
     
        	x(i+1) = x(i) - f(x(i)) / f'(x(i))
     
        where f'(x) is the first derivative of f, df/dx.
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z