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

搜索资源列表

  1. mpiparaw.rar

    2下载:
  2. 在MPI上用并行LU分解求解线性方程组的源程序。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:4500
    • 提供者:
  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++

    5下载:
  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. LU分解法

    1下载:
  2. 用C语言来实现的,求解线性方程组,还可以实现解向量的一个程序。-The decomposition realizes with the C language, solution system of linear equations, but also may realize the solution vector one procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:19578
    • 提供者:luo
  1. Jacobi迭代法

    0下载:
  2. 用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20414
    • 提供者:luo
  1. VB_NUM1

    0下载:
  2. 用VB实现线性方程组的求解。包括:高斯消元法,LU分解法追赶法,迭代法,奇异值分解,乔累斯基分解法等12种数值方法。-VB of linear equations to solve. Including : Gaussian Elimination Act, the law catch up with the LU decomposition, iterative method, singular value decomposition, Joe Cholesky decomposition 1
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7196
    • 提供者:李春波
  1. 计算方法(C语言版)

    0下载:
  2. c数值计算方法。线性方程组求解。非线性方程组求解。微分方程数值计算。(c program. linear eqations solving. nonlinear eqations solving. differential eqations eqations.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:16145408
    • 提供者:wpz888
  1. Numerical linear algebra

    0下载:
  2. 数值线性代数中的列主元gauss消去法、对称正定矩阵的cholesky消去法、Vandermonde方程组以及Toeplitz方程组求解算例以及程序(The column principal element gauss elimination method in the numerical linear algebra, the cholesky elimination method of the symmetric positive definite matrix, the Vandermon
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:28672
    • 提供者:dangligedang
  1. 常用算法程序集第五版

    0下载:
  2. 数值积分、线性方程组求解、数据处理、统计分析算法(Numerical integration, linear equations, data processing, statistical analysis algorithm)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:174080
    • 提供者:落木1
  1. ill-conditioned system of equations

    0下载:
  2. 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:jcg17
  1. RERGH7

    0下载:
  2. 线性方程组求解模板,包括求解线性方程组的各种算法()
  3. 所属分类:图形图象

    • 发布日期:2018-01-11
    • 文件大小:76800
    • 提供者:dikkmztb
  1. Gauss2

    0下载:
  2. 高斯消元法(或译: 高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解(Gaussian elimination (or the gauss elimination method), is an algorithm in the planning of linear algebra, available for the system of linear equations to solve)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:49152
    • 提供者:corrie1
  1. 677290

    0下载:
  2. 线性方程组求解模板,包括求解线性方程组的各种算法()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:76800
    • 提供者:Hildl
  1. chase

    1下载:
  2. 功能为求解系数矩阵为三对角矩阵或者循环三对角矩阵的线性方程。 输入的四个参数均为行向量,分别对应系数矩阵的上副对角线,主对角线,下副对角线,以及方程等号另一侧的常数矩阵(The four parameters of the input are line vectors, which correspond to the upper diagonal lines of the coefficient matrix, the main diagonal line, the lower diagonal
  3. 所属分类:物理计算

  1. 解方程

    1下载:
  2. 运用MATLAB进行一般方程、线性方程组、线性偏微分方程的求解(Using MATLAB to solve general equations, linear equations and linear partial differential equations.)
  3. 所属分类:其他

    • 发布日期:2019-07-28
    • 文件大小:88064
    • 提供者:Rockman007
  1. 利用Gauss消去法对线性方程组进行求解

    1下载:
  2. 用消去法解方程组的基本思想是用逐次消去未知数的方法把原来方程组Ax=b化为与其等价的三角方程组,而求解三角方程组就容易了。换句话说,上述过程就是用行的初等变换将原方程组系数矩阵化为简单形式,从而将求解原方程组的问题转化为求解简单方程组的问题。
  3. 所属分类:数学计算/工程计算

  1. 最速下降法求解方程组

    0下载:
  2. 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the ol
  3. 所属分类:数学计算

    • 发布日期:2020-05-03
    • 文件大小:3072
    • 提供者:maomao875
  1. 双线性四边形等参单元程序

    2下载:
  2. 本程序采用matlab编写。程序加载由用户提供的前处理数据,包括网格数据和载荷数据。采用直接的数值运算和matlab符号运算两种方法(可选择)生成单元刚度矩阵。自动集成结构刚度矩阵,选用直接解法求解线性方程组,解出节点位移。后处理过程中,程序计算了节点应力值,对于共享节点的应力程序采用各个单元计算值的平均,程序同时给出了单元最佳应力点的应力值!(This program is written in matlab. The program loads pre-processing data pro
  3. 所属分类:matlab例程

    • 发布日期:2019-12-15
    • 文件大小:277504
    • 提供者:dwsylar
  1. 高斯消元fortran源代码

    0下载:
  2. 高斯消元法是线性代数规划中的一个算法,可用来为线性方程组求解。消元法是将方程组中的一方程的未知数用含有另一未知数的代数式表示,并将其代入到另一方程中,这就消去了一未知数,得到一解;或将方程组中的一方程倍乘某个常数加到另外一方程中去,也可达到消去一未知数的目的。消元法主要用于二元一次方程组的求解
  3. 所属分类:其它程序

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com