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