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

搜索资源列表

  1. NetonLiterator

    0下载:
  2. 牛顿迭代法求解非线性代数方程组的主要思想是将非线性函数线性化-Newton iteration method for solving nonlinear algebraic equations nonlinear function of the main idea is to linear
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:24595
    • 提供者:shasha
  1. JD_Nt

    0下载:
  2. 自己以前编写的解非线性组的简单Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of simple Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1293
    • 提供者:Jason
  1. XJ_Nt

    0下载:
  2. 自己以前编写的解非线性组的下降Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of Descent Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1399
    • 提供者:Jason
  1. Nt

    0下载:
  2. 自己以前编写的解非线性组的一般Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of normal Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1263
    • 提供者:Jason
  1. CTOD_CombinedTM1

    1下载:
  2. 非线性方程组求解,有关于超越方程组的求解,包含对奇异点的处理-Nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2000
    • 提供者:heshutao
  1. Sparse_matrix_algorithm_and_program_implementation

    1下载:
  2. 稀疏矩阵算法及其程序实现(杨绍祺)。本书较全面的介绍了在求解非线性代数方程组,非线性微分方程组和非线性优化等问题时所产生的稀疏线性化代数方程组的稀疏矩阵算法。-Sparse matrix algorithm and program implementation (Yang Shaoqi). More comprehensive introduction to the book in solving nonlinear algebraic equations, nonlinear differen
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:5013056
    • 提供者:wangzijian
  1. Adomiandecompositionmethod

    3下载:
  2. 用Adomain分解方法求解分数阶常微分方程组,线性的和非线性的方程组都可以。-using Adomian decompositon method to solve fractional differential equations
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:735
    • 提供者:zgl
  1. mulSimNewton

    1下载:
  2. MATLAB用于非线性方程组的求解问题,用的方法是牛顿迭代法-the solution of nonlinear functions
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:529
    • 提供者:zhang xiao ai
  1. kinsol-2.5.0.tar

    0下载:
  2. 非线性数学方程组数值解法,可使用牛顿法求解一般非线性方程组-numerical algorithm for Mathematical equatiosn
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1253039
    • 提供者:zhangfan
  1. Matrix

    0下载:
  2. 求解4阶非线性方程组的算法,只需要修改输入的函数,利用牛顿两点序列割线法莱求解。-4-order nonlinear equations to solve the algorithm, only need to modify the input function, two sequences using Newton secant method for solving Levin.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2005
    • 提供者:邹谦
  1. cSharpnumerical-calculation

    0下载:
  2. 一本介绍C#数值计算的书,内容包括复数运算、矩阵运算、线性代数方程组求解、非线性方程组求解、插值、积分等问题,并印有源代码-A descr iption of the book C# numerical calculation, including complex arithmetic, matrix operations, linear algebra equations, nonlinear equations, interpolation, integration and other is
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4501368
    • 提供者:许从
  1. Nonlinear-equations

    0下载:
  2. 非线性方程组求解,里面有很多相关的matlab算法例子。希望对大家有用!-Nonlinear equations, there are many examples of related matlab algorithm. Hope it useful!
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:11695
    • 提供者:郑林
  1. Solving-nonlinear-equations

    0下载:
  2. 非线性方程组MATLAB求解的程序,希望能够成功上传,-Solving nonlinear equations MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:95190
    • 提供者:段永超
  1. MATLAB_Arithmetic

    0下载:
  2. 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17145214
    • 提供者:刘鹏
  1. numericalsamples

    0下载:
  2. 几个数值计算方法的程序, 包括 线性方程组求解, 非线性方程求解, 插值函数计算, 积分计算 和常微分方程求解 -Several numerical methods of procedures, including linear equations, nonlinear equations, interpolation function calculation, the integral calculation and solving ordinary differential equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4122
    • 提供者:FJY
  1. nonlinear_eqations

    0下载:
  2. 非线性方程组求解方法全集,希望对大家有用!-Complete Works of nonlinear equations approach, I hope useful!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:16112
    • 提供者:吴晓文
  1. danchunxing1

    0下载:
  2. 用优化方法中单纯型的思想,转换为矩阵的变化,巧妙的求解线性和非线性方程组的解 -With optimization method of the type of pure thought for the change of the matrix, conversion, clever to solve the linear and nonlinear equations solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:803
    • 提供者:程耀兵
  1. Visual-Fortran2002

    5下载:
  2. 有数值计算中常用的Visual Fortran子过程近200个,内容包括:解线性代数方程组、插值、数值积分、特殊函数、函数逼近、随机数、排序、特征值问题、数据拟合、方程求根和非线性方程组求解、函数的极值和最优化、傅里叶变换谱方法、数据的统计描述、解常微分方程组、两点边值问题的解法和解偏微分方程组,每一个子程序都包括功能、方法、使用说明、子程序和例子五部分。本书的所有子过程都在Visual Fortran 5.0版本上进行过验证,程序都能正确运行。同时配书发行光盘,包括所有子过程、验证过程及所有验
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:7149568
    • 提供者:
  1. matlab-weifenfangcheng

    0下载:
  2. 用matlab求解微分方程 里面涉及非线性方程组 -MATLAB weifenfangcheng
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:43985
    • 提供者:ghf
  1. MATLAB-language

    0下载:
  2. 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:137868
    • 提供者:jame
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 19 »
搜珍网 www.dssz.com