分别用二分法 Newton法 弦截法(割线法) 求方程x3-3x2+x-1= 0的全部实根(精度小于0.00001)。
上传时间: 2015-10-11
上传用户:wangyi39
the use of the matlab in newton function.
标签: the function matlab newton
上传时间: 2013-12-11
上传用户:cuibaigao
几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法
上传时间: 2013-12-20
上传用户:cuibaigao
source codes for "Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"
标签: Limited-memory Orthant-Wise Quasi-Newton regularized
上传时间: 2013-12-27
上传用户:xz85592677
newton迭代法通用程序(包括算例求解)
上传时间: 2016-01-18
上传用户:Andy123456
自己用matlab编写的newton迭代法解方程的通用程序,附有检测结果图片
上传时间: 2013-12-17
上传用户:windwolf2000
Newton-Raphson有限元法,求解一维非线性问题,fortran77编制。
标签: Newton-Raphson 有限元法
上传时间: 2013-12-24
上传用户:风之骄子
数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法
标签: Runge-kutta Lagrame Simpson Newton
上传时间: 2016-02-02
上传用户:cursor
牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
标签: method Newton-Raphson Newton 牛顿
上传时间: 2016-03-03
上传用户:yxgi5
Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
标签: Newton-Raphson polynomial Summary Descrip
上传时间: 2013-12-24
上传用户:cccole0605