CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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
    • 文件大小:27.11kb
    • 提供者:姚天伟
  1. doolittle

    0下载:
  2. 解线性方程组的doolittle分解法的C语言程序实现
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:909byte
    • 提供者:ring
  1. MATRIX

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

    • 发布日期:2008-10-13
    • 文件大小:950byte
    • 提供者:向阳坡
  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
    • 文件大小:1.48kb
    • 提供者:孙莉
  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
    • 文件大小:643.35kb
    • 提供者:赌挖宝
  1. Doolittle

    0下载:
  2. 数值分析中Doolittle算法的仿真程序,我找了好久才找到的!-Doolittle algorithm in numerical analysis simulation program, I am looking for a long time to find the!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:581byte
    • 提供者:yao
  1. doolittle

    0下载:
  2. doolittle的c语言代码,有点难,不过只要弄懂原理就能理解-doolittle c-language code, a bit difficult, but as long as possible to understand the principle understood
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1.05kb
    • 提供者:陈敏
  1. Gauss_Doolittle

    0下载:
  2. 整合了Gauss消去法、Gauss列主元素消去法和Doolittle三角形分解法,作为三个类,再通过run.cpp测试程序进行调用-Gauss & Doolittle
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4.32mb
    • 提供者:lxd
  1. DOOLI

    0下载:
  2. Doolittle Method. Technically the reverse of crout method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2.45kb
    • 提供者:Kuraido
  1. DOOLITTLE2010302710005

    0下载:
  2. doolittle分解源代码我自己写的,只为下载东东。没办法-doolittle decomposition of the source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:748byte
    • 提供者:韩婕
  1. Solving-linear-equations

    1下载:
  2. 数值计算第二章编程作业:高斯顺序消元法、列选主元、三角分解法(Doolittle分解、Crout 分解)、全选主元、平方根法、追赶法解线性方程组-Order Gaussian elimination method, column pivoting, triangular decomposition (Doolittle, decomposition, decomposition Crout s), Select the main element, the square root of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:8.48kb
    • 提供者:王争
  1. source-code

    1下载:
  2. 五个Fortran程序,分别给出了三角方程组、高斯消去法、选主元消去法、Crout分解、Doolittle分解的程序源代码,给出了驱动函数,适于初学者学习-Five Fortran programs, respectively trigonometric group, Gaussian elimination, pivoting elimination, Crout decomposition, Doolittle, decomposition of the source code gives
  3. 所属分类:Other systems

    • 发布日期:2015-05-08
    • 文件大小:7kb
    • 提供者:jiahao
  1. doolittle

    0下载:
  2. 使用doolittle方法求解矩阵方程(附实例)-using doolittle methord to solve equations
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.25kb
    • 提供者:cattt
  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
    • 文件大小:661byte
    • 提供者:shangshan188
  1. 1

    0下载:
  2. 数值分析中用matlab做的Doolittle分解,guass-Jordan分解,和guass列主元分解程序-Numerical analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:展望
  1. Doolittle

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

    • 发布日期:2017-04-02
    • 文件大小:582byte
    • 提供者:wangxingbao
  1. LU(DOOLITTLE)

    0下载:
  2. LU DOOLITTLE METHOD FOR SOLVING SET OF EQUATIONS
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:491.89kb
    • 提供者:mehrdad nickaeen
  1. doolittle

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

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

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

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:kirathis1
  1. sanjiaofenjiefa

    0下载:
  2. 三角分解法亦称因子分解法,由消元法演变而来的解线性方程组的一类方法。设方程组的矩阵形式为Ax=b,三角分解法就是将系数矩阵A分解为一个下三角矩阵L和一个上三角矩阵U之积:A=LU,然后依次解两个三角形方程组Ly=b和Ux=y,而得到原方程组的解,例如,杜利特尔分解法、乔莱斯基分解法等就是三角分解法(The triangular decomposition method, also called factor decomposition method, is a kind of method of
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2kb
    • 提供者:xzt
搜珍网 www.dssz.com