newton method
常見(jiàn)例句
- And for non-linear SCLC model, its numerical solution can be given by matrix iteration with Newton method.
對(duì)于非線(xiàn)性模型,可以通過(guò)牛頓法做矩陣迭代計(jì)算求出其數(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)對(duì)無(wú)約束優(yōu)化問(wèn)題的快速求解,提出了一種基于最速下降法和牛頓法的混合梯度算法; - 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.
我下一步都沒(méi)法開(kāi)始,實(shí)際上,我的程序會(huì)崩潰,因?yàn)槲以囍コ?了,真糟糕,提示你:如果你想用牛頓的方法,第一個(gè)猜想數(shù)別設(shè)為0。
麻省理工公開(kāi)課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 newton method