搜索资源列表

  1. newton

    0下载:
  2. 牛顿迭代法实现的源代码,直接使用,迭代精度自己参数控制-Newton iteration realize the source code, directly used, iterative precision parameter control their own
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:12288
    • 提供者:
  1. newton3

    0下载:
  2. 数值分析中牛顿迭代算法的C++实现,内部为源代码-Numerical analysis of Newton s iterative algorithm C++ Realized, internal to the source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:wujialing
  1. Newton

    0下载:
  2. 用牛顿迭代法来求解函数近似解,不同的迭代方法,收敛速度是不一样的-Using Newton iteration to solve the function of the approximate solution, different iterative methods, convergence rate is not the same as
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:白雪
  1. Newton

    0下载:
  2. 该程序为用牛顿迭代法解方程的C++程序,只要输入初始值,就可以算出方程的近似解-The procedure for the use of Newton iteration solution of Equation C++ Procedures, as long as the input initial value, we can calculate the approximate solution of equation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:王芳
  1. newtonsuanfa

    0下载:
  2. 牛顿迭代的matlab源代码,用于方程方程组的求解 -Newton iteration matlab source code for the equation of equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:曹睿
  1. MATLAB

    0下载:
  2. 牛顿迭代方法计算算法示例,可以通过这个来写出其他的计算方法-Newton iteration method algorithm for example, you can write this to the calculation of other
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李黎
  1. C++数值分析代码

    0下载:
  2. 里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码-Which contains a dichotomy with VC development procedures, Newton iteration procedure source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:262144
    • 提供者:廖春华
  1. nanewton1

    0下载:
  2. 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. Matlab

    0下载:
  2. 矩正实验室的源代码,包括牛顿迭代法 拉格朗日法 和其他的经典算法-Moment is the laboratory s source code, including the Newton iteration Lagrangian and other classical algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:李楠
  1. newton

    0下载:
  2. 牛顿迭代法求非线性方程,是数值就散方法课上的作业。-Newton iteration for nonlinear equations is the numerical method on the loose class operation.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:谭松清
  1. haha

    0下载:
  2. 牛顿迭代法 需要的同学尽量来拿吧 不要钱-Newton iteration needs of students as far as possible it should not来拿money
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:不知道
  1. Newtoniterate

    0下载:
  2. 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root o
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:闫安心
  1. Newton

    0下载:
  2. 内含复平面上的牛顿迭代法源代码。双击N.html文件,程序运行;双击Newton.java文件,进入编辑环境。-Complex plane containing the Newton iteration the source code. Double-click N.html files, program operation Newton.java double-click the file, enter the editing en
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:任建伟
  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-19
    • 文件大小: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-19
    • 文件大小:1092608
    • 提供者:xi
  1. netowdiedai

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

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

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小: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-19
    • 文件大小:1024
    • 提供者:侯源君
  1. nd-dd

    0下载:
  2. 牛顿迭代算法 m文件 我们在计算方法课上讲过,按书上给的算法作的-Newton iterative algorithm m our calculations document class said, according to the book to make the algorithm
  3. 所属分类:Windows编程

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

源码中国 www.ymcn.org