搜索资源列表

  1. NRC++_cpp

    0下载:
  2. 这是数学计算上常用的计算方法,如牛顿法、高斯-赛德尔迭代法等,非常好用。-This is a mathematical calculation on the commonly used method of calculation, such as the Newton method, Gauss- Seidel iterative method and so on, very easy to use.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 牛顿法的程序实现: 给的函数是f(x)=X*X-C 求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:195584
    • 提供者:zhengyy
  1. matlab55

    1下载:
  2. 学会不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的计算步骤; 比较不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的优缺点。 -Institute of the different search method (steepest descent method, conjugate gradient method, Newton method, quasi-Newton method) for calculatin
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:mengxiang
  1. raytracing

    0下载:
  2. 最优化法射线追踪,拟牛顿法解方程, 泰勒展开,雅克比矩阵近似-Optimize the ray tracing method, quasi-Newton method solution of equation, Taylor expansion, approximate Jacobian matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:fanwei
  1. metrics

    0下载:
  2. 用牛顿法求解矩阵特征值,具体最 大 特征值迭代变量,分析了使用最 小 特征值迭代变量迭代时发散的原因。程序中有详细注释-With Newton method matrix eigenvalue, maximum eigenvalue iteration specific variables, an analysis of the use of the smallest eigenvalue iteration variable iter
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 数值计算的作业题,目的是用牛顿法求解线性方程组AX=b-Numerical calculation of the operating title of the purpose of using Newton
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 最优化的一系列算法,包括牛顿法,最速下降法,共轭梯度法等。-Finally, Pro-cavity instance, conduct anti tread Zhao Yang ㄛ Women呾Hey mamma Yang Lai Recent ㄛ ㄛ厒your onions octocarinatus Yang Yang濎枍only bulging ﹝
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:jsx
  1. niudunfajiefangchengzu

    0下载:
  2. 牛顿法解非线性方程组输入系数可直接运行的-Newton Method with input coefficient of nonlinear equations can be directly run
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 非线性规划中的最速下降法,黄金分割法,阻尼牛顿法,牛顿切线法.-Non-linear programming in the steepest descent method, golden section method, damping Newton s Law, Newton s tangent method.
  3. 所属分类:matlab例程

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

    0下载:
  2. 机械优化设计作业(牛顿法) 说明:学完优化设计,老师说要做作业,全班分为5个小组,分别用最速下降法,牛顿法,鲍威尔法,共轭.DHF 法完成: f(x)=x1^2+x2^2-x1*x2-10*x1-4*x2+60.小弟采用的是用计算方法选出d的表达式后迭代得到。分别用最速下降法,牛顿法,鲍威尔法完成了作业。 鲍威尔法最全。 功能有:输入起始点(x0,x1)和精度E 求出最优解。运算过程保存在程序目录的 txt文件中。t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:201728
    • 提供者:公孙小龙
  1. DFP

    0下载:
  2. 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:刘静
  1. Netwonnonlinearequations

    0下载:
  2. 本方法为解非线性方程组的牛顿法,属于迭代法范畴-The method for the solution of nonlinear equations of Newton
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:冰冰
  1. ndimensionNetwon

    0下载:
  2. 解非线性方程组的N元牛顿法,属于迭代法范畴-Solution of nonlinear equations of the N-Newton method, iterative method belonging to the scope of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:冰冰
  1. niNetwon

    0下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:冰冰
  1. NdimensionNiNetwon

    0下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:冰冰
  1. matlab

    0下载:
  2. 包括牛顿法,拉格朗日法,LU分解法,100*100阶稀疏矩阵方程组的解法等-Including the Newton method, Lagrangian method, LU decomposition method, 100* 100 band sparse matrix equations of the solution, etc.
  3. 所属分类:matlab例程

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

    0下载:
  2. 这个是优化方法中的一种方法,叫做牛顿法,是一种简单实用的迭代方法。-This is the optimization of a method, called Newton s law, is a simple practical iterative method.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本文件是基于MATLAB的解最优化算法的源代码,为牛顿法-This document is based on the MATLAB optimization algorithm solution of the source code for the Newton method
  3. 所属分类:matlab例程

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

    0下载:
  2. 用拟牛顿法求极小值点- Of quasi-Newton method for the minimum point
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:peter
  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-05-19
    • 文件大小:1024
    • 提供者:953427
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org