CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - newton

搜索资源列表

  1. Interpolacion

    0下载:
  2. Program for Calculate Lagrange and Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:59717
    • 提供者:Edu
  1. Newton Method

    1下载:
  2. 牛顿方法优化算法可以用于多程序源代码内容-In numerical analysis, Newton s method (also known as the Newton–Raphson method), named after Isaac Newton and Joseph Raphson, is a method for finding successively better approximations to the roots (or zeroes) of a real-valued f
  3. 所属分类:matlab例程

    • 发布日期:2013-01-08
    • 文件大小:784
    • 提供者:溫嘉浩
  1. newton-raphson-iterative-method

    0下载:
  2. Excel sheet demonsrating Newton-Raphson Iterative equation solving method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:3076
    • 提供者:skiziltoprak
  1. newton-method

    0下载:
  2. 用matlab编程,实现最优控制理论中的牛顿法。-With the matlab programming, optimal control theory in Newton.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2577
    • 提供者:高盼
  1. Power-system-flow--Newton-method

    0下载:
  2. 电力系统潮流程序_牛顿法,针对大型网络电力潮流计算-Power system flow calculation Newton method
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1227509
    • 提供者:
  1. newton

    0下载:
  2. solution to nonlinear equations useing newton methode
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6527
    • 提供者:pa128.abs
  1. dampnm

    0下载:
  2. 阻尼牛顿法求解无约束优化问题,阻尼牛顿发求解无约束优化问题-Damped Newton method for solving unconstrained optimization problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:535
    • 提供者:lisi
  1. newton

    0下载:
  2. 带有图像演示的牛顿迭代求解高次函数解,算法为单独的一个类,用户通过主函数传递一个函数方程即可调用-Newton algorithm with graphic demostration
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:285619
    • 提供者:pscong
  1. newton

    0下载:
  2. 牛顿法求解方程最优解,输入初值和迭代精度,得到最优解-Newton' s method for solving equations optimal solution, the initial and iterative input accuracy, the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:567
    • 提供者:冯佳倩
  1. bisect--newton-lawson

    0下载:
  2. 在数值计算中,我们这里用牛顿-拉夫森法和二分法来进行求解-In the numerical calculation, we here use the Newton- Raphson method for solving
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:583
    • 提供者:小虾郭
  1. Newton

    0下载:
  2. 使用牛顿迭代法求椭球体上点的坐标,可以根据卫星数据求地面坐标-Use Newton' s method for the coordinates of points on the ellipsoid can find ground coordinates based on satellite data
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1355
    • 提供者:heyongjie
  1. Newton

    0下载:
  2. 用于最优化牛顿法计算,可以实现目标函数求最小值问题,-Newton' s method for optimization, can achieve the objective function for the minimum problem, thank you
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5064
    • 提供者:hewei
  1. Newton-

    0下载:
  2. 牛顿迭代,简单的程序语言,解决简单非线性方程-Newton, a simple programming language to solve simple linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20122
    • 提供者:scheer
  1. NEWToN-ChaFen

    0下载:
  2. 用C++来实现NEWTON差分差值算法,是数值分析里典型的一个算法。-In C++ to achieve NEWTON difference differential algorithm in numerical analysis is typical of an algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:11554
    • 提供者:颜君萍
  1. Newton-y-Biseccion

    0下载:
  2. Metodo para buscar una raiz, por medio de Newton-Rhapson
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4596
    • 提供者:krloz
  1. Newton-Raphson-Method

    0下载:
  2. a c++ program that computes for the roots of a polynomial using newton-rhapson method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:21847
    • 提供者:druid
  1. newton

    0下载:
  2. 牛顿迭代算法,可以解决非线性优化问题,但是求出的是局部最优解,应用时应该注意-Newton iterative algorithm to solve nonlinear optimization problems, but find the local optimal solution, the application should be noted
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1636
    • 提供者:wujianhua
  1. Newton

    0下载:
  2. 1、使用牛顿法求sqrt(2); 2、用牛顿法求 fx=(x-1)*(exp(x-1)-1)的误差以及误差比; 3、用牛顿法及其他两种方法求 fx=x^4-4*x+x^2的重根 -1, using Newton' s method for the sqrt (2) 2, using Newton' s method for the fx = (x-1)* (exp (x-1)-1) error and error ratio 3, using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:57225
    • 提供者:杨云红
  1. newton

    0下载:
  2. 牛顿迭代法,数值分析中的算法,是一种等距节点的插值算法-Newton' s method, numerical analysis algorithms, is a node equidistant interpolation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:819
    • 提供者:加俊
  1. newton-lagrange

    0下载:
  2. 牛顿插值法 和 拉格朗日插值法 的实现,其中含有简单图像显示-Newton interpolation and Lagrange interpolation to achieve, which contains a simple image display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9578
    • 提供者:菜鸟程序员
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com