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

搜索资源列表

  1. LUDCMP

    0下载:
  2. 解线性方程组 LU分解法 求解系数矩阵为非奇异的线性代数方程组Ax=b,它能串联式地逐次解A相同b不同的方程组。本方法也叫杜利特尔(doolittle)方法-Linear Equations LU decomposition method for solving non-singular coefficient matrix of linear algebraic equations Ax = b, it cascaded to the same b successive solutio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:589
    • 提供者:han
  1. LUforAX=b

    0下载:
  2. 利用矩阵的LU分解来计算线性方程组,其中矩阵分解的时候利用的是Doolittle分解。-LU decomposition of matrix to calculate the linear equations, matrix decomposition when the use of which is Doolittle decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:923
    • 提供者:岳晓鹏
  1. 20131124

    0下载:
  2. 在matlab中直接调用的doolittle分解、改善的平方根法分解、追赶法分解小程序-Small program can be called directly in matlab,including doolittle decomposition method,improved square root of decomposition and catching decomposition method using in triangular matrix decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:952
    • 提供者:杜浩源
  1. doolittle

    0下载:
  2. doolite分解法求解线性方程,输入方程的系数,即可求得线性方程组的解-Doolite decomposition method to solve the linear equation, the coefficient of input equation can be obtained by the solution of the linear system of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:49318
    • 提供者:
  1. Doolittle-interplolation

    0下载:
  2. 将矩阵分解为上三角矩阵与下三角矩阵,解线性方程组,并用矩阵格式输出-The matrix is ​ ​ divided into upper triangular matrix with lower triangular matrices, solving linear equations and matrix format output
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:688
    • 提供者:李颖飞
  1. DirectMethodsLinearSystems

    1下载:
  2. 解线性方程组方法:(1)Gauss消去法 (2)杜立特尔直接三角分解法 (2)追赶法解三对角方程 平方根分解法解对称矩阵 的MATLAB源代码-the matlab source codes of Direct Methods for Solving Linear Systems:(1)Gaussian Elimination (2)LU Factorization(Doolittle Method) (3)Pursue Method for Diagonally Dominant Matric
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:7159
    • 提供者:huangyonghao
  1. 1

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

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

    0下载:
  2. 用于计算矩阵的LU分解求线性方程组的根,且该LU分解属于Doolittle分解,使用的C++编程。-It is used to solve the linear equtions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:645
    • 提供者:云哲
  1. DoolittleWithPivoting

    0下载:
  2. Doolittle with Pivoting Decomposes the matrix by pivoting each step
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:59686
    • 提供者:AhmedLach
  1. Linear-Equations

    0下载:
  2. 解线性方程组的各种MATLAB实现方法,包括高斯列主消去法、Doolittle、Gauss Seidel-MATLAB Linear Equations various implementations,including out PCA Gaussian elimination, Doolittle, Gauss Seidel
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3632
    • 提供者:郭昊
  1. 100615111[1]..

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

    • 发布日期:2017-04-13
    • 文件大小:1559
    • 提供者:lan406284
  1. Doolittle.m

    0下载:
  2. Dolittle LU Decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1410
    • 提供者:luisduarte
  1. 解线性方程组

    0下载:
  2. gauss 列主元消去法 全主元消去法 LU(Doolittle Crout) 平方根法 追赶法(Gauss column principal elimination method, all principal component elimination method LU (Doolittle, Crout) square root method)
  3. 所属分类:其他行业

  1. shuzhifenxi

    0下载:
  2. 数值分析大型实对称矩阵特征值计算算例,采用幂法、反幂法、带原点平移、Doolittle分解。(The numerical example of the eigenvalue calculation of large real symmetric matrix is analyzed by means of power method, inverse power method, original point translation and Doolittle decomposition.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:思者善言
  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
    • 文件大小:2048
    • 提供者:xzt
  1. swhtchlinker

    0下载:
  2. 用语言编写的解线性方程组的直接方法包含Gauss顺序消去法,Gauss列主元素消去法,Doolittle三角分解法()
  3. 所属分类:图形图象

    • 发布日期:2018-01-10
    • 文件大小:10240
    • 提供者:frlatxle
  1. 1958045

    0下载:
  2. 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务,这是Doolittle分解的算()
  3. 所属分类:图形图象

    • 发布日期:2018-01-10
    • 文件大小:111616
    • 提供者:Mifheije
  1. 0202607

    0下载:
  2. 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务,这是Doolittle分解的算()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:111616
    • 提供者:Saracvgr
« 1 2 3 4 5»
搜珍网 www.dssz.com