搜索资源列表

  1. NewtonIterationMethod

    0下载:
  2. 通过使用Newton迭代法求解方程 并分析它的解法收敛性; 牛顿迭代法是比较适合用计算机来计算。 -Through the use of Newton iteration method for solving equations and analyze the convergence of its solution Newton iteration is more suitable for the computer to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:xulin
  1. Newton

    0下载:
  2. 牛顿计算方法,解非线性方程f(x)=0牛顿方法是一种将非线性函数线性化的方法。 牛顿迭代法求方程的一个实根 -Newton s method of calculating solution of nonlinear equations f (x) = 0 Newton method is a nonlinear function linearization method. Newton iteration equation f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1092608
    • 提供者:xi
  1. netowdiedai

    0下载:
  2. \计算方法 程序\牛顿迭代法实现-Method of calculation procedures for the realization of Newton iteration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:346112
    • 提供者:jc
  1. NEWTON

    0下载:
  2. 利用牛顿迭代法解非线性方程,这是其matlab程序-Using Newton iteration solution of nonlinear equations, which are its matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘栋
  1. 2

    0下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) an
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:平猪
  1. newt_g

    0下载:
  2. 牛顿迭代法求非线性方程的根 调用格式:f_name函数名; x0初值; xmin,xmax:x坐标; n_point描绘曲线所用点数-Newton iteration of nonlinear equations for root Call format: f_name function names x0 initial value xmin, xmax: x coordinates n_point cu
  3. 所属分类:扫描程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:侯源君
  1. chapter7

    0下载:
  2. 牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书-Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:罗烧灼
  1. ninewton

    0下载:
  2. 牛顿迭代法求解线性方程,其收敛阶数为1次-newton iteration for liear equation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wiky
  1. newton-MATLAB

    0下载:
  2. 详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange col
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1405952
    • 提供者:wanglei
  1. matlab_newton

    0下载:
  2. 用于matlab用牛顿迭代法解方程,这个在数值计算中是很重要的-Matlab by Newton' s iterative method for solving equations, this in numerical calculation is very important to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杜晓伟
  1. Broyden

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点.-Newton iterative method is a relatively new method of Newton shall be required to overcome the derivative and inverse shortcomings.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jiaoyuwei
  1. newton

    0下载:
  2. 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-Newton iterative method for solving nonlinear equations, can be customized and iterative precision iterations, the result can be returned to solve for all t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李文俊
  1. nolinerequationssolves

    1下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:liuming
  1. 2

    0下载:
  2. matlab算法练习,包括牛顿迭代法,赛德尔迭代法等-matlab learning
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:HXY
  1. shiyanyi

    0下载:
  2. 自选求根问题,分别用二分法、简单迭代法、埃特金加速收敛法和牛顿迭代法求解其根,然后完成编程作业(注意把同一求根问题的几种不同方法放在一个程序之内)。以下求根问题供参考和选择,也可自行选择其他求根问题: 1.用二分法求方程f(x)=x3-2x-5=0在区间[2 , 3]内的根。 2.方程f(x)=2x3-5x2-19x+42=0在x=3.0附近有根,试写出其三种不同的等价形式以构成三种不同的迭代格式,再用简单迭代法求根,观察这
  3. 所属分类:文档资料

    • 发布日期:2024-05-20
    • 文件大小:224256
    • 提供者:肖潇
  1. newton

    0下载:
  2. 牛顿迭代法用于求解非线性方程组,及求解范围-Newton iterative method for solving nonlinear equations, and solve the range
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:凤凤
  1. newton

    0下载:
  2. 牛顿迭代法,用于求解非线性方程的解。此程序比较详细,虽然程序看上去很多,但是各方面都很到位。-Newton iterative method for solving nonlinear equations. This procedure in more detail, although the process seems a lot, but all aspects are in place.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:冯翔
  1. newton

    0下载:
  2. 牛顿迭代法,用于对通用多项式的计算,可自己设置处置,精度等-Newton iterative method for the calculation of general polynomials can set up their own disposal, precision
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:秦昌兵
  1. newton

    0下载:
  2. 牛顿迭代法求非线性方程的解,需输入初始值,方程,导数方程,步数,error-Newton iteration solution of nonlinear equations required to enter the initial value equation, derivative equation, step number, error
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张晓君
  1. zxecf

    0下载:
  2. 一种应用牛顿迭代法的MATLAB源程序 解决的是方程求根的问题-A MATLAB application of Newton iteration method to solve the source problem of finding roots of equations
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:罗辉
« 1 2 34 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org