搜索资源列表

  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. 牛顿迭代法(M)

    1下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to u
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10464
    • 提供者:XFX
  1. 牛顿迭代法(M)

    0下载:
  2. 原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to u
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:10240
    • 提供者:XFX
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:3057664
    • 提供者:丁一
  1. OneDimensionalSearch

    0下载:
  2. 优化设计中的一维搜索方法,包括牛顿梯度法,平分线法,割线法,以及各种插值方法;能计算函数最优点,以及迭代的循环次数-Optimal Design of one-dimensional search methods, including Newton
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:张宪
  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-06-12
    • 文件大小: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-06-12
    • 文件大小:11264
    • 提供者:xulin
  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-06-12
    • 文件大小:1024
    • 提供者:侯源君
  1. Bin

    0下载:
  2. 牛顿迭代法求非线性方程的根 非常好用;-Newton iterative method for roots of nonlinear equations very easy to use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:128000
    • 提供者:侯源君
  1. mulDNewton

    0下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F:
  3. 所属分类:matlab例程

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:锦夏
  1. newpf1

    0下载:
  2. 牛顿法收敛性好,无论系统规模大 小,一般通过几次迭代就能收敛;能直接处理的节点类型比前推-回推法多 -A Newton method considering all DGs in power flow calculation is proposed.
  3. 所属分类:Windows编程

    • 发布日期:2024-06-12
    • 文件大小:2048
    • 提供者:lvbing
  1. ji-suan-fang-fa-shiyan

    0下载:
  2. 计算方法实验:包括高斯迭代和牛顿下山法;1、用Gauss - Seidel 迭代法求解方程组 10x1-x2-2x3=7.2 -x1+10x2-2x3=8.3 -x1-x2=5x3 输入:系数矩阵A,最大迭代次数N,初始向量,误差限e 输出:解向量 2、用牛顿下山法解方程 x*x*x-x*x-1=0(初值为0.6) 输入:初值,误差限,迭代最大次数,下山最大次数 输出:近似根各步下山因
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:1689600
    • 提供者:
  1. liangzhongyanseheqiujing8

    0下载:
  2. 离散元素法的基本原理是,将研究对象划分为一个个相互独立的单元,根据单元之间的相互作用和牛顿运动定理,采用动态松弛法或静态松弛法等迭代方法进行循环迭代计算,确定在每一个时间步长所有单元的受力及位移,并更新所有单元的位置。主要根据研磨片的参数特性,建立离散元模型,对研磨过程进行模拟,观测磨粒脱落情况,分析不同结合强度,不同研磨压力,不同研磨速度条件下,光纤头和研磨的相互作用情况。(In order to study the rough pe
  3. 所属分类:物理计算

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:fengkp
  1. 优化算法

    0下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterat
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:旺旺饼干
  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 f
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:==楠==
  1. 牛顿迭代法求方程的根

    0下载:
  2. 牛顿迭代法求方程的根,C语言实现,方法经典,代码实现,可用MATLAB验证(The Newton iteration method for solving the root of the equation)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:11264
    • 提供者:hcj12138
  1. Power Flow6.23

    0下载:
  2. MATLAB求解电力系统潮流;牛顿迭代法;适用于14节点30节点300节点1047节点等。(MATLAB solves the power system tidal current; Newton iteration method; it applies to 14 nodes, 30 nodes, 300 nodes, 1047 nodes, etc.)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-12
    • 文件大小:5120
    • 提供者:麻辣小月饼
  1. 牛顿迭代法求初始点

    1下载:
  2. 根据齿面方程方程求解齿面点坐标时,初始点的选择是至关重要的,给出了利用牛顿迭代法求初始点的方法(According to the equation of tooth surface, the selection of initial points is very important when solving the coordinates of tooth face points. The method of finding initi
  3. 所属分类:Windows编程

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:玄和小疯子
  1. Van der waals

    0下载:
  2. 从范德瓦尔斯方程出发,利用牛顿迭代法,求解对应材料的binomal线和binomal线,给出相应的相图,并作出对应的P-T图像。(Starting from the Van Der Waals equation, using the Newton iterative method, the binomal line and the binomal line of the corresponding materials are solve
  3. 所属分类:物理计算

    • 发布日期:2024-06-12
    • 文件大小:4096
    • 提供者:C小圆
  1. BasinsofAttraction

    1下载:
  2. 绘制牛顿迭代法的吸引盆程序,使用matlab(Drawing the suction basin program of Newton iteration method)
  3. 所属分类:分形几何

    • 发布日期:2024-06-12
    • 文件大小:1024
    • 提供者:喵~喵喵~
« 12 »

源码中国 www.ymcn.org