newton method
常見例句
- And for non-linear SCLC model, its numerical solution can be given by matrix iteration with Newton method.
對于非線性模型,可以通過牛頓法做矩陣迭代計算求出其數(shù)值解。 - The non-constrained optimization problem was solved rapidly, based on the gradient method mixed by steepest decent method and Newton method.
為了實(shí)現(xiàn)對無約束優(yōu)化問題的快速求解,提出了一種基于最速下降法和牛頓法的混合梯度算法; - The inverse transformation equation is given by applying Newton method in numerical analysis.
利用牛頓迭代法推導(dǎo)出逆變換方程。 - 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.
我下一步都沒法開始,實(shí)際上,我的程序會崩潰,因為我試著去除0了,真糟糕,提示你:如果你想用牛頓的方法,第一個猜想數(shù)別設(shè)為0。
麻省理工公開課 - 計算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 newton method