CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - matlab 非线性方程组

搜索资源列表

  1. nonliearequation

    0下载:
  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 function, JF its Jacobian matr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:908
    • 提供者:娄雯
  1. 数学优化分析综合工具软件包

    6下载:
  2. 1stOpt 是七维高科有限公司(7D-Soft High Technology Inc.)独立开发, 拥有完全自主知识产权的一套数学优化分析综合工具软件包。在非线性回归,曲线拟合,非线性复杂模型参数估算求解,线性/非线性规划等领域首屈一指; 1stOpt 应用范围 1) 模型自动优化率定 2) 参数估算 3) 任意模型公式线性,非线性拟合,回归 4) 非线性连立方程组求解 5) 任意维函数,隐函数极值求解 6) 隐函数根求解,作图,求极值 7) 线
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-23
    • 文件大小:7421107
    • 提供者:zhangqi
  1. MATLAB-algorithm

    0下载:
  2. 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:151573
    • 提供者:puda
  1. adams

    0下载:
  2. 常微分方程组adams数值解法以及非线性方程的二分法解法-Adams Ordinary Differential Equations Numerical Solution of nonlinear equations as well as the dichotomy method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1279
    • 提供者:secret
  1. STRSCNE

    0下载:
  2. 给出变量的上下边界、初值和代价函数,能够搜索代价函数最小值时的变量取值。属于带约束的优化算法,可以用来求算非线性方程组。-STRSCNE is a Matlab code for constrained nonlinear systems of equations F(x)=0 l<=x<=u where F: R^n--> R^n, l and u a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4843
    • 提供者:muxihan
  1. mulVNewton

    0下载:
  2. 非线性方程组的逆Newton法的matlab实现,代码简洁,算法精确!-Nonlinear equations inverse Newton method matlab implementation, code simplicity, the algorithm accurately!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:533
    • 提供者:tony
  1. Nonlinear_equations

    0下载:
  2. 本工具箱包含非线性方程组求解的程序代码,通过调用函数可求解相关方程的数值解,适合MATLAB初学者调试-This kit contains the nonlinear equations of the program code, by calling the function can be related equation for solving the numerical solution, suitable for beginners debug MATLAB
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:12641
    • 提供者:zhangnijin
  1. mulDamp

    0下载:
  2. 阻尼最小二乘法 解非线性方程组  非常好用 -matlab MulDamp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:617
    • 提供者:xin
  1. Jacobi

    0下载:
  2. 牛顿迭代,雅克比,求解非线性方程组 数值分析 MATLAB相结合-Jacobi NEWTON
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:ericwang
  1. Treelike-Open-Network-Power-Flow

    0下载:
  2. 电力系统的树形开式网络的潮流计算程序。 应用牛顿法实现多元非线性方程组的求解。 利用C++和matlab混合编程实现。-Power System, Open Network in tree form, Newton Algorithm, Nonlinear multivariable equations, C++ and matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3614
    • 提供者:刘搏
  1. newton_feixianxin

    0下载:
  2. matlab实现牛顿迭代法求解非线性方程组-Matlab achieve the Newton iterative method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18079
    • 提供者:alex
  1. Sbuddongdiiano

    0下载:
  2. 此程序源码为解非线性方程组的不动点迭代代法,在MATLAB执行. 可直接使用。 -This program source code for the solution of nonlinear equations, fixed point iteration on behalf of France, executed in MATLAB can be used directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:611
    • 提供者:
  1. NLFSS

    0下载:
  2. 非线性方程组的多种求解方法的matlab实现-A variety of solution methods for nonlinear equations matlab achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:12091
    • 提供者:XINGJINGCHAO
  1. Solving-equations

    0下载:
  2. matlab线性方程组求解,非线性方程数值求解, 常微分方程初值问题的数值解法-matlab linear equations, numerical solution of nonlinear equations, ordinary differential equations numerical solution of initial value problem
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:84689
    • 提供者:Chanel
  1. MATLABsolving-nonlinear-equations1

    0下载:
  2. 用matlab求解非线性方程组的一些实例,很实用-Using matlab for solving nonlinear equations group some examples of, very practical
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:849190
    • 提供者:李亚
  1. The-MATLAB-equation

    0下载:
  2. MATLAB解方程与函数极值、线性方程组求解、非线性方程数值求解、常微分方程初值问题的数值解法、函数极值。-The MATLAB equation and the extreme value of function, solving linear equations, nonlinear equations, numerical solution of initial value problem of ordinary differential equation, the numerical s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:11384
    • 提供者:石头
  1. nonlinear-equations

    0下载:
  2. matlab解各种非线性方程组(牛顿法、牛顿高斯。。。)-Matlab solutions for a variety of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:13702
    • 提供者:chuliang
  1. minLM_201306233

    0下载:
  2. Matlab编写的最小二乘法最优化计算方法,能自动完成多维非线性方程组的最小值计算-Matlab Min_LM math tools for calculating the min-value of formulars
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1746
    • 提供者:王菀之
  1. solution_nonlinear_equations

    0下载:
  2. 感受牛顿和拟牛顿求解非线性方程组的特性,对比各自计算结果的精度和计算机资源使用状况。(The characteristics of solving nonlinear equations by Newton and quasi Newton are felt, and the accuracy of the calculation results and the use of computer resources are compared.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:jcg17
  1. matlab

    0下载:
  2. 利用牛顿迭代解决非线性方程组问题,属于数学计算范畴。(The problem of nonlinear equations is solved by Newton iteration, which belongs to the category of mathematical calculation.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-11
    • 文件大小:56542208
    • 提供者:乔川
« 1 23 »
搜珍网 www.dssz.com