搜索资源列表

  1. 实验6-牛顿法解方程

    1下载:
  2. 在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:55678
    • 提供者:葛林
  1. non-linearequation

    0下载:
  2. 牛顿法求解非线性方程组-Newton method for solving nonlinear equations
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-04
    • 文件大小:187392
    • 提供者:
  1. 实验6-牛顿法解方程

    0下载:
  2. 在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
  3. 所属分类:matlab例程

    • 发布日期:2024-10-04
    • 文件大小:55296
    • 提供者:葛林
  1. advancenewton

    0下载:
  2. 改进的牛顿法求解: 方程的构造方法:给出[0,1]区间上的随机数(服从均匀分布)作为方程的根p*. 设你的班级数为a3,学号的后两位数分别为a2与a1,从而得到你的三次方程 例如:你的31班的12号,则你的方程是21x3+60x2+2x+a0=0的形式. 方程中的系数a0由你得到的根p*来确定. -improve Newton's method : Construction of the equ
  3. 所属分类:matlab例程

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:董方
  1. nonliearequation

    1下载:
  2. 这是牛顿法求解非线性方程组哦那个,用matlab编写的3个m文件,F是方程组左端向量函数,JF是其Jacobian矩阵,最后调用newdim函数文件-This is the Newton method for solving nonlinear equations, oh, um, using Matlab prepared by the three m documents, F is equations extreme vector
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:娄雯
  1. Newton

    0下载:
  2. 牛顿法求解非线性方程组,VC++,牛顿法求解非线性方程组算法源码 -Newton method for solving nonlinear equations, VC++, Newton method for solving nonlinear equations algorithm source code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-04
    • 文件大小:183296
    • 提供者:GYZ
  1. newton

    0下载:
  2. 牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根-Newton (Newton s method), also known as Newton- Raphson method (Newton-Raphson method), it is a real numbe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:张华雯婧
  1. 71-93

    0下载:
  2. C语言精彩百例第71-93例 第三篇 常用算法篇 实例71 链表的建立 实例72 链表的基本操作 实例73 队列的应用 实例74 堆栈的应用 实例75 串的应用 实???76 树的基本操作 实例77 冒泡排序法 实例78 堆排序 实例79 归并排序 实例80 磁盘文件排序 实例81 顺序查找 实例82 二分法查找 实例83 树的动态查找 实例84 二分法求解方程 实例85
  3. 所属分类:书籍源码

    • 发布日期:2024-10-04
    • 文件大小:22528
    • 提供者:杨志亮
  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-10-04
    • 文件大小:11264
    • 提供者:xulin
  1. mtl_nle_sim_newmet

    0下载:
  2. 在matlab里面实现的用牛顿法求解方程的根的源代码-Inside achievable in matlab method with Newton equation root source code
  3. 所属分类:其他小程序

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:yi laiya
  1. netn

    0下载:
  2. 拟牛顿法求非线性方程,并以一组三元二次方程组为例进行求解。-Quasi-Newton method for nonlinear equations, and a group of ternary quadratic equation group is solved as an example.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:953427
  1. AlgorithmsforNonlinearEquations

    1下载:
  2. 非线性方程组求解的经典算法,例如牛顿法,两点割线法,最快下降法-Solving nonlinear equations of classical algorithms, such as Newton method,bi-section method,the fastest descent method, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-10-04
    • 文件大小:12288
    • 提供者:Bingo
  1. StructEquation2

    0下载:
  2. 结构方程中拟合函数的迭代算法,不同于PLS算法。而是采用BFGS拟牛顿法求解,得出的结果与LISREL软件结果一致. 注:此算法只是针对本人一个模型使用,不同模型要做改动-This program for solving the fit function of Strual Equation Modeling ,BFGS is using for minimize the fit function with the initial
  3. 所属分类:matlab例程

    • 发布日期:2024-10-04
    • 文件大小:5120
    • 提供者:周旭
  1. nonlinear_equations_solve

    0下载:
  2. 包括各种非线性方程的MATLAB求解算法,如拟牛顿法,数值延拓法,高斯牛顿法-Include a variety of nonlinear equations MATLAB algorithm, such as the quasi-Newton method, numerical continuation method, Gauss-Newton method
  3. 所属分类:生物技术

    • 发布日期:2024-10-04
    • 文件大小:11264
    • 提供者:付和平
  1. Newton

    0下载:
  2. 用牛顿下山法求解方程:下山因子在计算过程中可以变动,一般选择下山因子时从1开始,逐次将减半进行试算,直到能使下降条件成立为止。若当计算到某步时取不到满足要求的值(或值小到无法容忍),这时称“下山失败”,需要另取初值重新算起。-Descent method with Newton' s equation: down factor in the calculation process can change, usually selec
  3. 所属分类:matlab例程

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:xiaohui
  1. newton

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

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:冯佳倩
  1. newton-feixianxingfangcheng

    0下载:
  2. MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:木手冈
  1. 方程解法

    0下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. Newton

    0下载:
  2. 使用Newton’s Method求解方程位于区间 的两个根,并给出每个迭代步的求解值、误差。(Newton s Method is used to solve the two roots of the equation located in the interval, and the solution value and error of each iteration are given.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-10-04
    • 文件大小:1024
    • 提供者:zzj123
  1. newton

    0下载:
  2. 用于求解二元方程,可以求出近似值,结果较为准确,可以当做真实值来使用。(For solving the two element equation)
  3. 所属分类:其他小程序

    • 发布日期:2024-10-04
    • 文件大小:9216
    • 提供者:hhhhhxuan
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org