搜索结果
找到约 129 项符合
NEWTON-Cotes 的查询结果
数学计算 分别用二分法 Newton法 弦截法(割线法) 求方程x3-3x2+x-1= 0的全部实根(精度小于0.00001)。
分别用二分法 Newton法 弦截法(割线法) 求方程x3-3x2+x-1= 0的全部实根(精度小于0.00001)。
软件设计/软件工程 the use of the matlab in newton function.
the use of the matlab in newton function.
其他 几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法 ,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法
几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法
,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法
人工智能/神经网络 source codes for "Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"
source codes for "Orthant-Wise Limited-memory Quasi-Newton Optimizer for L1-regularized Objectives"
数学计算 newton迭代法通用程序(包括算例求解)
newton迭代法通用程序(包括算例求解)
数学计算 自己用matlab编写的newton迭代法解方程的通用程序,附有检测结果图片
自己用matlab编写的newton迭代法解方程的通用程序,附有检测结果图片
电子书籍 Newton-Raphson有限元法
Newton-Raphson有限元法,求解一维非线性问题,fortran77编制。
数学计算 数值计算 中的各种算法: Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法
数值计算 中的各种算法:
Lagrame插值,Newton迭代法,Runge-kutta,二分法求根,解线性方程组的Guass列主元消去法,自动选择步长Simpson法
数学计算 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method)
牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
数学计算 Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
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.