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

搜索资源列表

  1. Cholesky-solution-of-equation

    0下载:
  2. 乔累斯基解方程主要用于矩阵求解,线性方程组求解等,用法较广-Cholesky solution of equation
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3511
    • 提供者:王强
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. 共轭梯度算法fortran程序

    1下载:
  2. 该算法用fortran编写,使用于AX=B的线性方程组求解,可以用于地球物理反问题等,相对于以前他们所编写的代码 形式简单。
  3. 所属分类:数据结构常用算法

  1. xianxing

    0下载:
  2. 矩阵运算,线性方程组,高斯消元,线性方程组求解,VB编程-Matrix operations, linear equations, Gaussian elimination
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:cztong
  1. dqrhj

    0下载:
  2. 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助-This is an example of a system of linear equations solution, look. I hope it can help everybody to learn
  3. 所属分类:ComboBox

    • 发布日期:2017-12-12
    • 文件大小:50316
    • 提供者:velgn
  1. xianxingfangchengzu

    0下载:
  2. 该程序能够很好地计算数学中常见的线性方程组求解问题-The program can well calculate the linear equations solving problems in mathematics
  3. 所属分类:Algorithm

    • 发布日期:2017-12-13
    • 文件大小:9657
    • 提供者:韩李珂
  1. cholesky

    1下载:
  2. cholesky分解是用于将一个对称正定的矩阵分解为一个上三角与一个下三角矩阵乘积的形式,可运用于回归系数求解,线性方程组求解中 逐步回归是在回归分析的建模过程中用于变量筛选的有效方法,这里同时进行了向前和向后回归,效果更加显著(Cholesky decomposition is used to decompose a symmetric positive definite matrix into an upper triangle and a lower triangular matrix
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:qinglili
  1. solve

    1下载:
  2. 求解线性方程组的通用程序,请复制到MATLAB环境下运行(solve the linear function)
  3. 所属分类:其他

    • 发布日期:2017-11-04
    • 文件大小:1024
    • 提供者:yayayang
  1. Ihis-This

    0下载:
  2. 这是一个线性方程组求解的例子,大家看看,希望对大家学习有帮助(This is an example of a system of linear equations solution, look. I hope it can help everybody to learn)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-19
    • 文件大小:50176
    • 提供者:zyf%25246656
  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 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com