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

搜索资源列表

  1. 240247newton

    0下载:
  2. 可用的用matlab求解非线性微分方程组的牛顿迭代
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:17443
    • 提供者:周涛
  1. chap7(3)

    0下载:
  2. 非线性方程是常见的一类方程,非线性方程(组)的理论远不如线性方程(组)成熟和有效,特别是非线性方程组解的存在唯一性还没有完全解决,判断其解的存在性和解的个数几乎没有可行的办法。本例能使读者熟练掌握Matlab中的非线性方程求解相关的函数。-Nonlinear equations is common for a class of equations, nonlinear equations (group) is far below the theoretical linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2551
    • 提供者:xutianyuan
  1. MatlabandChemicalEngineeringCalculation

    0下载:
  2. 介绍Matlab在化工方面的数值计算应用,课件主要讲述化工领域非线性、线性方程组的解法,插值、拟合和常见常微分方程的解法。-Introduced in the chemical aspects of Matlab numerical computing applications, courseware mainly about the chemical field of nonlinear, solution of linear equations, interpolation, fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:737256
    • 提供者:陈小明
  1. SOR

    0下载:
  2. 本程序为[MATLAB语言常用算法程序集].(龚纯).清晰版书中求解非线性方程组的一种方法:SOR法-This program is [MATLAB language commonly used algorithm for assembly] (Gong pure) clear version of the book method for solving nonlinear equations:.. SOR method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:645
    • 提供者:huxiaoyan
  1. mulStablePoint

    0下载:
  2. 本程序为[MATLAB语言常用算法程序集].(龚纯).清晰版书中求解非线性方程组的一种方法:不定点迭代法-This program is [MATLAB language commonly used algorithm for assembly] (Gong pure) clear version of the book method for solving nonlinear equations: fixed point iteration method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:huxiaoyan
  1. Newton-iteration-

    0下载:
  2. MATLAB实现牛顿迭代法求解非线性方程组-MATLAB realization of Newton iteration method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:knight
  1. numerical-calculation--of-matlab

    0下载:
  2. 数值计算中的matlab,包括插值法matlab程序,方程组的数值解法MATLAB程序,常微分方程的数值解法MATLAB程序,曲线拟和的最小二乘法matlab程序,数值积分MATLAB程序,非线性方程的数值解法matlab程序-numerical calculation of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:29025
    • 提供者:小小
  1. MATLABNewtons

    0下载:
  2. MATLAB牛顿法求解非线性方程组 源程序代码-Newton s method to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1507
    • 提供者:
  1. DIEDAI

    0下载:
  2. 这是用牛顿迭代法求解的关于多元二次非线性方程组的MATLAB程序,正确无误,本人在使用,无误-This is about multiple quadratic nonlinear equations MATLAB program Newton iterative method, and correct, I would use, correct
  3. 所属分类:Algorithm

    • 发布日期:2016-09-10
    • 文件大小:2048
    • 提供者:张文瑞
  1. Nonlinear-equations

    0下载:
  2. MATLAB常用算法集-非线性方程组求解的源代码-The solution of nonlinear equations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:12028
    • 提供者:
  1. cx

    2下载:
  2. 在科学与工程计算中,经常遇到求解非线性方程组的问题;非线性方程组在收敛速度及收敛性比线性方程组要差,特别对于非凸的非线性方程组,其求解更是困难。下面简要介绍非线性方程组的三种解法——牛顿法、拟牛顿法、同伦算法,分析三种解法的适用性,并附Matlab原程序。-Scientific and engineering computing, often encounter the problem of solving nonlinear equations speed of convergence of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1497
    • 提供者:魏萌
  1. newton

    0下载:
  2. 非线性方程组的BFS秩2拟Newton方法MATLAB源代码-Nonlinear Equations BFS rank 2 Quasi Newton method MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1122
    • 提供者:yyjk
  1. Newton

    0下载:
  2. 非线性方程组的逆Broyden秩1拟Newton方法及其在MATLAB中的实现 ,有完整的程序-Inverse Broyden rank 1 quasi Newton method for nonlinear equation group and its realization in MATLAB, there is a complete program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1150
    • 提供者:张春辉
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2590142
    • 提供者:li
  1. solving-a-set-of-nonlinear-equations

    0下载:
  2. MATLAB求解非线性方程组的一个程序,by my self-MATLAB program for solving a set of nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:3072
    • 提供者:喻渴来
  1. NYPPO

    0下载:
  2. 免疫算法解非线性方程组matlab源程序,很好用,不错的-Immune algorithm for solving nonlinear equations, matlab source, very good, good
  3. 所属分类:Data structs

    • 发布日期:2017-12-11
    • 文件大小:3108
    • 提供者:APeibcc_47697
  1. aaa

    0下载:
  2. matlab中用牛顿迭代法求解非线性方程组的的的最优解程序(MATLAB in Newton iterative method for solving nonlinear equations of the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:青柠
  1. BNB20_new

    11下载:
  2. 建立有约束条件的非线性规划方程组,用MATLAB解决问题(Solving nonlinear programming problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:冰冷绝颜
  1. mulGXF2

    0下载:
  2. mulGXF2的matlab实现程序,基于mulGXF2方法的非线性方程组求解的matlab例程(MulGXF2 matlab implementation procedures, mulGXF2 equations based on the MATLAB method for solving nonlinear equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:qweshpd
  1. dsolve_example

    0下载:
  2. 求解非线性高阶方程组的详细示例,是学习Matlab求解方程组的好材料。(solve nonlinear high-order differential equations)
  3. 所属分类:数学计算

« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com