CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - doolittle分解

搜索资源列表

  1. 部分选主元的doolittle算法

    0下载:
  2. 在实现了系数矩阵的三角分解后,为了避免“小主元”做除数而导致更大的误差,在doolittle分解的同时,每一步先选主元,再进行分解计算。-achieved in the triangular matrix decomposition, in order to avoid "small PCA" do Divisor and lead to greater error, the Doolittle decomposition at the same time, every st
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27765
    • 提供者:姚天伟
  1. Doolittle

    0下载:
  2. Doolittle 分解法,数值分析中的重要方法,是LU分解的基础算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:7469
    • 提供者:xiaoyu
  1. Doolittle

    0下载:
  2. Doolittle是一种解矩阵的方法 它的作用是对矩阵进行lu分解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1252
    • 提供者:
  1. Doolittle分解法

    0下载:
  2. 数值分析的Doolittle分解算法-numerical analysis of decomposition algorithm Doolittle
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:10508
    • 提供者:风度
  1. MATRIX

    0下载:
  2. 矩阵分解的Doolittle分解算法实现,其中包含一个将矩阵打印输出的子程序,在TC30上运行成功
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:950
    • 提供者:向阳坡
  1. Doolittle分解

    0下载:
  2. 数值计算中的Doolittle分解法(含有紧凑方式的解法),是用VC++编写的-numerical calculation of Doolittle decomposition (containing a compact form of solution), VC + + prepared
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:ddd
  1. Doolittle_ustb

    1下载:
  2. 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是Doolittle分解的算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. Try This is the decomposition algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:113840
    • 提供者:常晓东
  1. dollite

    0下载:
  2. 杜利特尔三角分解用此方法解Ax=b的方程。-Doolittle triangular decomposition
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:5158
    • 提供者:kelly
  1. 100615111[1]..

    0下载:
  2. 几个简单的计算线性方程系数矩阵分解的算法,包括cholesky、doolittle、等-The calculation of a few simple linear equations coefficient matrix factorization algorithms, including cholesky, doolittle, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1514
    • 提供者:孙莉
  1. numerical-method

    0下载:
  2. 数值方法课程中的程序,如GaussSeidel迭代法解方程组,Jacobi迭代法解方程组,SOR迭代法解方程组,杜利特尔矩阵分解以及矩阵的直接解法,拉格朗日插值等11个程序。-Courses in numerical methods, such as iterative method for solution GaussSeidel equations, Jacobi iterative method for solution of equations, SOR iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:6707
    • 提供者:刘冬
  1. Doolittle

    0下载:
  2. Doolittle法求解任意阶的方程,运用系数矩阵的分解两个相关矩阵,再求解两个三角矩阵方程。-Doolittle method to solve the equations of arbitrary order, using both the decomposition of coefficient matrix correlation matrix, and then solving two triangular matrix equation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:658793
    • 提供者:赌挖宝
  1. XZY_Doolittle

    0下载:
  2. 算法:利用doolittle分解进行算法,对方程组进行求解。 程序可以直接运行。用户可以对该程序进行小的改动就可以编写成对任意阶数的方程组求解函数。-Algorithms: the use of doolittle decomposition algorithm, the equations to solve it. Programs can be run directly. Users can carry out minor changes to the program you can w
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:897630
    • 提供者:沁心
  1. Solving_equations

    0下载:
  2. 本压缩包包括了数值分析中求解线性方程组的各种程序,包括:顺序Gauss消去法、列主元顺序Gauss消去法、Doolittle三角分解法、选主元的Doolittle分解法、带状三角分解法以及优化的带状三角分解法。-The compressed package includes various procedures for solving linear equations in numerical analysis, including: the Sequence Gauss Elimination
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:3477
    • 提供者:李贺
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. Doolittle

    0下载:
  2. Doolittle分解,实现矩阵的LU分解,并显示分解后的矩阵-Doolittle decomposition, LU decomposition of the matrix to achieve, and the display matrix decomposition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:shangshan188
  1. Array-xiang_cheng-Doolittle-fen_jie

    0下载:
  2. 非常经典的矩阵相乘以及矩阵的Doolittle分解的程序,可用于数字图像处理- Doolittle decomposition process is very classical matrix multiplication and matrix can be used for digital image processing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:刘晨光
  1. Doolittle

    0下载:
  2. 对给定的正方矩阵进行Doolittle分解,并分析其计算量。-Doolittle given matrix decomposition
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:582
    • 提供者:wangxingbao
  1. doolittle

    0下载:
  2. dooliitle分解以及选取主元的doolittle分解-doolittle diversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1308
    • 提供者:xpf
  1. Doolittle

    0下载:
  2. 使用Doolittle分解求解线性方程组(Solution of Linear Equations by Doolittle Decomposition)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:257024
    • 提供者:LvXindi
  1. doolittle

    0下载:
  2. DOOLITTLE分解的程序,是一个实用的小程序。希望能够帮助到大家(DOOLITTLE Decomposed program)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:kirathis1
« 12 3 »
搜珍网 www.dssz.com