CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Newton iterative

搜索资源列表

  1. pipest

    0下载:
  2. 求圆周率的C#原代码 在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用C#编写的可是实现任意精度的圆周率的计算程序-seeking ratio of the circumference C# source in numerical calculation, the general Newton iterative numerical method with the truncation error and therefore C# prepared But to achieve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8.73kb
    • 提供者:小良
  1. 数值分析算法描述与习题解答

    1下载:
  2. 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:59.07kb
    • 提供者:李明
  1. 牛顿迭带

    0下载:
  2. 在VC下实现的一个小程序 牛顿迭带法 先确定有根区间,再算值-in VC under procedures of a small Newton iterative method is to first determine the root zone, and then value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.46kb
    • 提供者:王名
  1. InterpolationofthedifferencequotientNewtoniterativ

    0下载:
  2. 牛顿插值的差商迭代算法 用C编写的-Interpolation of the difference quotient Newton iterative algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2.15kb
    • 提供者:hhb
  1. spgs

    0下载:
  2. 用途:利用二分法快速求解非线性方程f(x) = 0; 用向量形式(普通存储格式)的Gauss-Seidel迭代解线性方程组Ax=b;Newton迭代法解非线性方程f(x) = 0;用分量形式的SOR迭代解线性方程组Ax=b;用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b -Purposes: the use of dichotomy quickly solving nonlinear equations f (x) = 0 with vector form o
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:535byte
    • 提供者:李能
  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 Develop

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

    0下载:
  2. Newto迭代非线性方程的根,可以求解多根情况-Newto iterative roots of nonlinear equations, can solve the situation of multiple
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:haohao
  1. 1-Newton

    0下载:
  2. 牛顿迭代算法,可以处理一些简单的计算,得到的结果保存为txt文件。-Newton iterative algorithm that can deal with some simple calculation, and the result saved as a txt file.
  3. 所属分类:Other windows programs

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

    0下载:
  2. Newton迭代法解一些不常规的方程,不能直接解出来的方程,通过迭代初值的设定,逐步迭代来达到理想的结果-Newton iterative solution of equations of some non-conventional, not directly out of the equation solution, iterative initial value set by gradually iterations to achieve the desired results
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:17.42kb
    • 提供者:Sally
  1. Newton

    0下载:
  2. Newton iterative method for solving equations, c language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:张数
  1. 2012

    0下载:
  2. 通过matcom和vc的结合,实现了牛顿迭代发解微分方程。-Through the combination of matcom and vc, realized the Newton iterative FaXie differential equation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:284.55kb
    • 提供者:牛晓霞
  1. hanshu5

    0下载:
  2. 用牛顿迭代法求根的函数;用递归法求n阶勒让德多项式的值-Newton iterative method for finding roots of functions recursive method and the n-order Legendre polynomial values
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:642byte
    • 提供者:olivia
  1. newton

    0下载:
  2. 数值分析中非线性方程和方程组的数值解法中的Newton迭代法的c实现。-Newton iterative method for the numerical analysis of nonlinear equations and numerical solution of the equations c.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:196.71kb
    • 提供者:lee
  1. Newton

    0下载:
  2. 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:202.81kb
    • 提供者:
  1. mathmatic-analysis

    0下载:
  2. 分别用二分法,简单迭代法,牛顿迭代法,弦截法解非线性方程-Respectively with the dichotomy simple iterative method, Newton iterative method, Secant Method for solving nonlinear equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2.08kb
    • 提供者:陈虹屹
  1. k_solve

    0下载:
  2. 根据色散关系利用牛顿迭代求解波数,是波浪力学的常用程序-According to the dispersion relation wave number using Newton iterative solution
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:932.37kb
    • 提供者:DYF
  1. iterative-and-interpolation-method

    0下载:
  2. 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:263kb
    • 提供者:cqgccc
  1. Equation

    0下载:
  2. 求解一元二次方程的解,可以选择通过二分法,迭代法或牛顿迭代法求解-Solution for solving a quadratic equation, you can choose by dichotomy, iterative method or Newton iterative method for solving
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.44kb
    • 提供者:caoxin
  1. Newton-Iteration

    0下载:
  2. 利用牛顿迭代的方法求解非线性方程,求解出满足精度的数值解。-Newton iterative method for solving nonlinear equations, solving a numerical solution to meet the precision.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:9.93kb
    • 提供者:风禾
  1. 牛顿

    0下载:
  2. 牛顿迭代法是解非线性方程组比较经典的方法; 拟牛顿法是为了解决求Jacobi矩阵时带来的困难,现已成为解决非线性方程组和最优化问题的最有效方法之一。(The Newton iterative method is a classic method for solving nonlinear equations. The quasi Newton method is one of the most effective methods for solving the nonlinear equat
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:==楠==
« 12 3 »
搜珍网 www.dssz.com