newton method
常见例句
- And for non-linear SCLC model, its numerical solution can be given by matrix iteration with Newton method.
对于非线性模型,可以通过牛顿法做矩阵迭代计算求出其数值解。 - The non-constrained optimization problem was solved rapidly, based on the gradient method mixed by steepest decent method and Newton method.
为了实现对无约束优化问题的快速求解,提出了一种基于最速下降法和牛顿法的混合梯度算法; - The inverse transformation equation is given by applying Newton method in numerical analysis.
利用牛顿迭代法推导出逆变换方程。 - In fact, my program crashes because I end up trying to divide by zero, a really bad thing. Hint: if you implement Newton's method, do not make your first guess zero.
我下一步都没法开始,实际上,我的程序会崩溃,因为我试着去除0了,真糟糕,提示你:如果你想用牛顿的方法,第一个猜想数别设为0。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 newton method