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

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    0下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:137745
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vb

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:194325
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vc++

    4下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1318271
    • 提供者:方正
  1. 线性方程组求解与方程组性态讨论

    0下载:
  2. 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54473
    • 提供者:王军
  1. chap7(1)

    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-03-28
    • 文件大小:2971
    • 提供者:xutianyuan
  1. chap7(2)

    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-11
    • 文件大小:1754
    • 提供者:xutianyuan
  1. ndimensionNetwon

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

    • 发布日期:2017-04-02
    • 文件大小:3119
    • 提供者:冰冰
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:374250
    • 提供者:xig
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. Matlab_algorithm

    0下载:
  2. 很多很好的matlab程序,包括用于数值微分,数值积分,非线性方程组求解-It contain a lot of good marlab programs, including those for numerical differentiation, numerical integration, nonlinear equations to solve, and so
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:162634
    • 提供者:王敏蔚
  1. VisualC

    0下载:
  2. 常用数值算法源代码第1章线性代数方程组的解法,第2章插值,第3章数值积分,第4章特殊函数,第5章函数逼近,第6章随机数,第7章排序第8章特征值问题第9章数据拟合第10章方程求根和非线性方程组的解法第11章函数的极值和最优化第12章傅里叶变换谱方法第13章数据的统计描述第14章解常微分方程组第15章两点边值问题的解法第16章偏微分方程的解法-Numerical algorithm used
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:63148434
    • 提供者:龚云隆
  1. actdemo

    0下载:
  2. actdemo是优化程序中用于求取大型非线性方程组的一个源代码-actdemo is to optimize the process for the strike of a large-scale non-linear equations the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3933
    • 提供者:李学文
  1. artificial_fish_algorithm

    0下载:
  2. 病态方程组的算法研究,人工鱼群算法在求解非线性方程组中的应用-Morbid equation algorithm, artificial fish swarm algorithm for solving nonlinear equations of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:196743
    • 提供者:乐天下
  1. Newton-Raphson

    0下载:
  2. Newton-Raphson算法是求解非线性方程组和有限元的主要程序,是工程人员的必会的算法-Newton-Raphson algorithm for solving nonlinear equations and the finite element of the main program, the engineering staff of the algorithm will
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:808
    • 提供者:刘良勇
  1. newton-feixianxingfangcheng

    0下载:
  2. MATLAB牛顿法求解非线性方程组的源程序代码(MATLAB Newton method for solving nonlinear equations source code)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:木手冈
  1. 非线性方程组求解

    1下载:
  2. 数值分析非线性方程求解值问题的matlab的范例,超好用der((Numerical analysis of the Matlab example, super easy to use der))
  3. 所属分类:matlab例程

    • 发布日期:2017-10-17
    • 文件大小:11264
    • 提供者:mabiubiu
  1. Newtonddf

    0下载:
  2. 内附Newton迭代法求解非线性方程和非线性方程组的M文件 li6_26fun.m,dli_26fun.m存储非线性方程及其微分函数 li6_28fun.m,Jli_26fun.m存储非线性方程组及其Jacobi矩阵函数(Containing Newton iterative method for solving nonlinear equations and nonlinear equations of the M file Li6_26fun.m, dli_26fun.m stored
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:Mathematic
  1. bin

    0下载:
  2. 亲测可用,程序简洁。可适用于绝大多数方程组求解。(Pro test is available and program is concise. It can be used to solve most equations.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:古城少年
  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. 非线性方程

    0下载:
  2. 非线性方程组代码,希望对初学者有帮助!!!(the code for fortran language,may it can help learner)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:35840
    • 提供者:lshc010101
« 1 2 3 4 56 7 8 9 10 ... 32 »
搜珍网 www.dssz.com