CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 方程组

搜索资源列表

  1. AGGJE

    0下载:
  2. 线性代数方程组的求解 线性代数方程组的求解
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:867byte
    • 提供者:何志军
  1. yuanma

    0下载:
  2. 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组
  3. 所属分类:书籍源码

    • 发布日期:2014-01-17
    • 文件大小:177.48kb
    • 提供者:john
  1. changyongsuanfachengxuji

    1下载:
  2. 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:196.14kb
    • 提供者:杨志亮
  1. gsxc

    0下载:
  2. 用高斯消去法求线性方程组的解.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.36kb
    • 提供者:顾阳
  1. 4-1Jacbi

    0下载:
  2. 对于阶数不高的方程组,直接法非常有效,对于阶数高,而系数矩阵稀疏的线性方程组却存在着困难,在这类矩阵中,非零元素较少,若用直接法求解,就要存贮大量零元素。为减少运算量、节约内存,使用迭代法更有利。-The order of the equations is not high, the direct method is very effective for high order, and the sparse coefficient matrix of linear equations, ther
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:828byte
    • 提供者:鲁亮
  1. sol

    0下载:
  2. 利用高斯列主元消去法求解线性方程组的fortran程序,测试通过!-Out the use of principal component Gaussian elimination for solving linear equations fortran procedures, test!
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:126.35kb
    • 提供者:康师傅
  1. daishufangch

    0下载:
  2. 数学建模中求解代数方程组的MATLAB程序 很实用 -Mathematical modeling to solve algebraic equations MATLAB program is very useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:440.22kb
    • 提供者:刘寿宝
  1. sample-rate-conversion

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:21.59kb
    • 提供者:hjq
  1. gaussc

    0下载:
  2. 用gauss消去法求解线性方程组很经典的完整的C++代码-By gauss elimination method for solving linear equations is the classic complete C++ code for
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:859byte
    • 提供者:txmz
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:217.72kb
    • 提供者:Jawen
  1. gaosi

    0下载:
  2. 利用高斯消去法解线性方程组,也就是加减消元法解线性方程组-Gaussian elimination linear equations, that is, addition and subtraction method of elimination of Linear Equations
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2.18mb
    • 提供者:姚铁龙
  1. gao

    0下载:
  2. 高斯消去法解线性方程组。很重要的一种思想-Gaussian elimination of Linear Equations. A very important thought
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:2.45kb
    • 提供者:姚铁龙
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:687.83kb
    • 提供者:
  1. matrix

    0下载:
  2. 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:666.19kb
    • 提供者:翟军
  1. matlab--jie-fang-cheng-zu

    0下载:
  2. 非线性方程组的求解是一个很麻烦的问题,应该对某一类方程组进行matlab求解-Nonlinear equations is a very troublesome problem, it should be of a certain type equations matlab solving
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:11.28kb
    • 提供者:刘帅民
  1. Jacobi

    0下载:
  2. JACOBI迭代解线性方程组。里面有注释注意事项等。-JACOBI iterative solution of linear equations. Notes Note there.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:640byte
    • 提供者:xhb
  1. matlab

    0下载:
  2. 龚纯主编的“matlab语言常用算法程序集”第十章非线性方程组求解的源代码-Gong pure edited matlab language commonly used algorithm for assembly source code Chapter solving nonlinear equations
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:11.81kb
    • 提供者:李伟
  1. ConDistill

    0下载:
  2. 连续多组分(三元)精馏塔的模拟计算,用ode45()求解由DistMassBalance是()定义的物料平衡方程组 -Continuous multi-component (ternary) distillation column simulation, solving the material balance equations defined by DistMassBalance () ode45 ()
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:1.56kb
    • 提供者:昌然
  1. xufortran

    0下载:
  2. 各种fortran基础源代码,包括线性方程组求解,矩阵运算,矩阵特征值与向量等等问题的求解。-The various Fortran underlying source code, including solving linear equations, matrix operations, matrix eigenvalue vector problem solving.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:922.26kb
    • 提供者:彭欣欣
  1. fangchengzujiesuan

    0下载:
  2. 基于VB实现简单计算,实现方程组的解算,方便简洁。-Based on VB realize simple calculation, realize the equations of calculating, convenient and concise.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:7.23kb
    • 提供者:卢为伟
« 12 3 »
搜珍网 www.dssz.com