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

搜索资源列表

  1. matlab_No4_Jacobi_and_GS

    0下载:
  2. 西交大数值计算方法上机作业,雅克比和G-S法迭代求解方程组-National Chiao Tung University, West numerical method of machine operation, Jacques ratio and GS iterative method for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:664
    • 提供者:baozewei
  1. LEquations

    1下载:
  2. 求解线性方程组的类 CLEquations 的实现代码-Solving linear equations of the class CLEquations implementation of the code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5966
    • 提供者:jiaming wang
  1. NLequation

    0下载:
  2. 求解线性方程组的类 CNLequation 的实现代码-Solving linear equations of the class CNLequation implementation of the code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6360
    • 提供者:jiaming wang
  1. gauss

    0下载:
  2. 数值分析中线性方程组直接求解的高斯列主元消去法的源代码-Numerical Analysis of linear equations to solve the direct Gauss elimination pivot column source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:750
    • 提供者:孙红
  1. sde

    2下载:
  2. 求解随机微分方程组的一个很典型的例子,有一定参考价值-A SDE EXAMPLE, OF VALUABLE
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1965
    • 提供者:du
  1. shizhifenxikechengsheji

    0下载:
  2. 利用雅克比,高斯赛得儿求解高阶线性方程组-The use of Jacobi, Gauss had children race to solve higher order linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:203424
    • 提供者:ukvg
  1. NLEquations

    1下载:
  2. 一个求解非线性方程组的通用类,包括:对分法、牛顿法和埃特金迭代法。-A non-linear equations for solving the common categories, including: the sub-method, Newton' s law and Aitken iterative method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:7546
    • 提供者:zj
  1. Euler

    0下载:
  2. Euler方法 用C语言实现,并求解常微分方程组-The m framework appropriately generalizes notions such as gain margin, phase margin, disturbance attenuation, tracking, and noise rejection into a common framework suitable for analysis and design, in both single-loop and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1063
    • 提供者:落思
  1. 3_TSS

    0下载:
  2. 追赶法 求解三对角方程组Tx=f的解,使用c编写的,很好理解-Catch-up Method tridiagonal equations Tx = f the solution, using c written a very good understanding of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:783
    • 提供者:wangfeng
  1. Gaussnc

    0下载:
  2. 不选主元的高斯消元法,用于求解线性方程组,很好用!基于c++编写。-Do not choose the principal component of the Gauss elimination method for solving linear equations, very good use! Prepared based on c++.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1057
    • 提供者:jubing
  1. Gaussc

    0下载:
  2. 选主元的高斯消元法,用于求解线性方程组。很方便!基于c++开发。-Selected principal component of the Gaussian elimination method for solving linear equations. Very convenient! Based on c++ development.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1113
    • 提供者:jubing
  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
    • 文件大小:859
    • 提供者:txmz
  1. GAUSS

    0下载:
  2. 高斯消去法解线性方程组,需要输入方程组维数和增广矩阵即可求解-guass
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:698
    • 提供者:lichuang
  1. ykb2

    0下载:
  2. 本程序为雅克比迭代的C语言程序,用于求解线性方程组的解-Jacobian
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:4052
    • 提供者:李鸣
  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
    • 文件大小:222943
    • 提供者:Jawen
  1. D1R3

    0下载:
  2. 使用不同算法对线性方程组的求解,可以输入系数矩阵直接计算结构,并验证结果-the program of funtion
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:204526
    • 提供者:zhangyifan
  1. D1R4

    0下载:
  2. 计算机方法实现线性方程组的求解,输入系数矩阵即可得到结果,并杨正结果的正确性。-Computer methods to achieve the solution of linear equations, enter the coefficient matrix can be obtained results, and the correctness of the results of Yang.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:214717
    • 提供者:zhangyifan
  1. linear-equationod

    0下载:
  2. 计算方法的线性方程组的求解:在给定误差的情况下求解线性方程组的解-Calculation method for solving linear equations: the error in a given case of solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:824
    • 提供者:tiger
  1. liezuxiaoyuanfa

    0下载:
  2. 用列主消元法求解线性方程组:可通过修改从键盘上输入矩阵-With out the main elimination method for solving linear equations: You can enter from the keyboard by modifying the matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:651
    • 提供者:tiger
  1. Field_distribution_1DPhC

    0下载:
  2. Carrame法求解矩阵方程组,并应用于1D光子晶体场的分析-Carrame Method matrix equations, and applied to the analysis of 1D photonic crystal field
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2864
    • 提供者:renmengxin
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com