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

搜索资源列表

  1. 计算方法程序

    0下载:
  2. 文件实现求解线性方程组、多项式插值或积分,包含gauss消去、迭代等,可变换形式达到一程序多用的目的-achieve document for solving linear equations, polynomials or interpolation points, including Gauss elimination, iterative, can transform a process to form the multi-purpose
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:81012
    • 提供者: 孙灵宾
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. fchzuqiujie

    0下载:
  2. 各种线性方程组求解方法的数值计算,如高斯消元法、追赶法等,比较全面的。VC6.0-A variety of methods to solve linear equations numerical calculation, such as the Gaussian elimination method, to catch up with France and so on, more comprehensive. VC6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:72161
    • 提供者:李文
  1. gauss

    0下载:
  2. 在计算方法中,用Gauss消元法解线性方程组-Gauss Elimination Method for Linear Equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:171763
    • 提供者:Sally
  1. Finite-Difference-Method

    0下载:
  2. 有限差分方法(网格法)是最早使用的一种电磁场数 值计算方法。 边值问题 物理思想:场域离散。 (连续区域→网格和节点) 数学基础:差分原理。 (微商→差商) 线性代数方程组 §6-3 有限差分方法 作为数值计算方法,有限差分法将连续场域的问题变换 为离散系统的问题(连续场域划分为若干个细小的区域:网 格和节点)。也就是说通过离散化模型上各离散点的数值解 来逼近连续场域内的真实解。-The finite difference method (grid
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:746
    • 提供者:范阳阳
  1. 1

    0下载:
  2. 上计算方法课学到的关于数值法解线性方程组的代码,主要算法为LDLT分解-Calculation method of lessons learned about the numerical method of solving linear equations code, mainly for LDLT decomposition algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:1134
    • 提供者:孤鹜
  1. 112

    0下载:
  2. 数值计算解大规模线性方程组,计算牛顿方法,多维插值方法-compute large scale calculation problem
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:1024
    • 提供者:liu
  1. conjugateGradient

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

    • 发布日期:2017-11-20
    • 文件大小:982
    • 提供者:wang yikai
  1. linear-equations-iterative-algorithm

    0下载:
  2. 《计算科学与数值方法》中解线性方程组的迭代算法的c++代码实现-" Computational Science and numerical methods of solution of linear equations iterative algorithm c++ code to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:2227988
    • 提供者:christy9088
  1. Gauss_Elim

    0下载:
  2. 列主元高斯消去法,在数值分析中用于计算线性方程组一个很重要的方法,能用于跟其他方法的比较。-Main-element Gaussian elimination for a very important method of calculation of linear equations, numerical analysis, can be used for comparison with other methods.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:570
    • 提供者:guanqing
  1. Gauss

    0下载:
  2. 高斯列主元消去法求解线性方程组C语言代码实现,数值计算方法中常用-Out PCA Gaussian elimination method for solving linear equations C language code, commonly used numerical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4071
    • 提供者:张国力
  1. Gauss_Jordan

    0下载:
  2. 计算方法 高斯约当解线性方程组 包括源码和可执行文件-Gauss- Jordan Linear Equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:181509
    • 提供者:张玥
  1. tidu

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

    • 发布日期:2017-04-10
    • 文件大小:1096
    • 提供者:cheng
  1. cSharpmatlabtaskcal

    0下载:
  2. 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:331563
    • 提供者:k
  1. giuyao_v63

    0下载:
  2. 利用matlab针对图像进行马氏距离计算 ,雅克比迭代求解线性方程组课设,人脸识别中的光照处理方法。- Using matlab to calculate the Mahalanobis distance for the image, Jacobi iteration for solving linear equations class-based, Face Recognition light treatment method.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6045
    • 提供者:beng
  1. JGS

    0下载:
  2. JGS法求解线性方程组,完全根据计算方法中的算法进行编写,有利于课程的学习和课后的巩固-JGS method for solving linear equations, entirely prepared in accordance with the calculation method of the algorithm, is conducive to learning courses and after-school consolidation
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:744
    • 提供者:水柳生
  1. nunqao

    0下载:
  2. 雅克比迭代求解线性方程组课设,经典的灰度共生矩阵纹理计算方法,实现了图像的灰度化并进一步用于视频监视控。- Jacobi iteration for solving linear equations class-based, Classic GLCM texture calculation method, Achieve a grayscale image and further control for video surveillance.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5404
    • 提供者:peiyaitunsing
  1. hangfan

    0下载:
  2. 雅克比迭代求解线性方程组课设,脉冲响应的相关分析算法并检验,wolf 方法计算李雅普诺夫指数。- Jacobi iteration for solving linear equations class-based, Related impulse response analysis algorithm and inspection, wolf calculated Lyapunov exponent.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:6351
    • 提供者:penyengyui
  1. fengseng

    0下载:
  2. 该函数用来计算任意函数的一阶偏导数(数值方法),雅克比迭代求解线性方程组课设,复化三点Gauss-lengend公式求pi。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Jacobi iteration for solving linear equations class-based, Complex of
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4746
    • 提供者:bingkengyou
  1. 4线性方程组的直接解法—直接三角分解方法

    0下载:
  2. 使用matlab编写了直接三角分解方法的函数,里面有题目,可直接运行计算得到结果。(The function of direct triangulation decomposition method is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:33792
    • 提供者:jeff1130
« 12 »
搜珍网 www.dssz.com