CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - matlab 非线性方程组

搜索资源列表

  1. Solution-of-nonlinear-equations

    0下载:
  2. 偏微分方程的MATLAB解法,主要介绍非线性方程组求解方法,给出不同方法的数值解法。-MATLAB Solution of partial differential equations, describes the nonlinear equations solving methods, given the different methods of numerical solution solution.
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:13257
    • 提供者:润拙
  1. Nonlinear-equations-to-solve

    0下载:
  2. 非线性方程组的解法,三个方程式三个未知量,利用matlab来求解-Solution of nonlinear equations, three equations for three unknown quantities, can be solved by using matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:19384
    • 提供者:于浩
  1. NLFSS

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

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

    0下载:
  2. 为matlab中求解非线性方程组用到的惩罚函数法,相关研究者可以学下-Penalty function method for solving nonlinear equations used for matlab related researchers can learn
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:13565
    • 提供者:纪飞
  1. 123

    0下载:
  2. 使用MATLAB编程,求非线性方程组的根。本例为三个参数的非线性方程组。-Using the MATLAB programming, seeking the roots of nonlinear equations. In this case, there are three parameters.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1262
    • 提供者:张阳
  1. Newdon

    0下载:
  2. MATLAB实现牛顿法求解非线性方程组,简介快速-MATLAB realization Newton' s method for solving nonlinear equations, Introduction Quick
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:561
    • 提供者:王心雨
  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. GE.m

    2下载:
  2. 遗传算法解非线性方程组的Matlab程序,有详细说明。-Genetic algorithm for solving nonlinear equations Matlab procedures, described in detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-18
    • 文件大小:20480
    • 提供者:彭荣鲲
  1. GEfornonlinereq

    2下载:
  2. 用遗传算法解非线性方程组的Matlab程序,包含程序流程的文字说明。-Genetic algorithm for solving nonlinear equations Matlab program, the program is described in detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-18
    • 文件大小:19456
    • 提供者:彭荣鲲
  1. Nonlinear-equations

    0下载:
  2. 基于MATLAB环境下的非线性方程组的求解方法对应的代码 简单易学 便于初学者消化使用-Based on MATLAB environment method for solving nonlinear equations corresponding code is easy to learn for beginners to use digest
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:13027
    • 提供者:明超
  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. mulDNewton

    0下载:
  2. 基于matlab,利用牛顿下山法来解非线性方程组的数值解-Newton downhill method for solving nonlinear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:595
    • 提供者:Nick
  1. newtonmethod

    0下载:
  2. 用matlab编写的牛顿迭代方法求解非线性方程组:数值分析中很经典的代码-a matlab code of newton method solve system of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:427996
    • 提供者:黄琪
  1. newton

    0下载:
  2. matlab牛顿法求解非线性方程组的程序代码学习-matlab Newton method for solving nonlinear equations code learning
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1200
    • 提供者:赵效楠
  1. Problem-solving-nonlinear-equations

    0下载:
  2. 非线性方程组的求解问题,对于数学实验,和学习matlab 有帮助.-Problem solving nonlinear equations, for the math test, and learning matlab help
  3. 所属分类:Education soft system

    • 发布日期:2017-04-16
    • 文件大小:11698
    • 提供者:anny
  1. numerical-analysis-and-application

    0下载:
  2. MATLAB数值分析与应用,涉及微积分,复变函数,线性方程组与非线性方程组等-Numerical analysis and application, MATLAB involve calculus, function of complex variable, linear equations and nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5423955
    • 提供者:
  1. newton

    0下载:
  2. newton迭代解非线性方程组,使用工具是MATLAB,方便简单,程序清洗。-newton iterative solution of nonlinear equations, using the tools MATLAB, convenient and simple procedure to clean.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:王小帅
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com