CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - lu factorization

搜索资源列表

  1. Gauss_E_Pivoting

    1下载:
  2. Gaussian Elimination with partial pivoting (LU factorization)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:560
    • 提供者:Ji Hye Park
  1. tridiagSolvers

    0下载:
  2. tridiagLU Obtain the LU factorization of a tridiagonal matrix-tridiagLU Obtain the LU factorization of a tridiagonal matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4357
    • 提供者:hamideh
  1. plu

    0下载:
  2. Rectangular PA=LU factorization *with row exchanges*.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1203
    • 提供者:katore vishal
  1. slu

    0下载:
  2. LU factorization of a square matrix using *no row exchanges*.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:831
    • 提供者:katore vishal
  1. splu

    0下载:
  2. Square PA=LU factorization *with row exchanges*.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1146
    • 提供者:katore vishal
  1. CGandLU

    0下载:
  2. compare CG iterations and LU factorization when solving linear equation A*X=b
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1049
    • 提供者:Jackie
  1. sy2

    0下载:
  2. 求解矩阵的LU分解和逆,两种一般方法求解线性方程组的解。-LU matrix factorization and solving the inverse, two general methods for solving linear equations.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1192
    • 提供者:王宝木
  1. slv

    0下载:
  2. TCodes, for Tcodes,...LU factorization to solve AX=B
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:846539
    • 提供者:vicky
  1. LU_factor.m

    0下载:
  2. Method with Gaussian Elimination without Pivoting LU factorization of matrix A using Gaussian-elimination without pivoting Inputs : A --> n x n matrix Outputs : L (lower triangular) && U (upper triangular) - Method with Gaussi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:886
    • 提供者:Mhdh
  1. linearsystem

    0下载:
  2. Chapter 3. The Solution of Linear Systems AX = B Algorithm 3.1 Back Substitution Algorithm 3.2 Upper-Triangularization Followed by Back Substitution Algorithm 3.3 PA = LU Factorization with Pivoting Algorithm 3.4 Jacobi Iteration Al
  3. 所属分类:matlab

  1. matrix_factorization

    1下载:
  2. 用matlab进行矩阵的分解,分别进行Lu矩阵分解、不完全LU分解、不完全cholesky分解和Cholesky分解-Decomposition of the matrix with matlab, respectively, Lu matrix factorization, incomplete LU decomposition, incomplete cholesky decomposition and Cholesky decomposition
  3. 所属分类:matlab

    • 发布日期:2014-11-13
    • 文件大小:1024
    • 提供者:gong ke
  1. LU-factorization

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1298
    • 提供者:huyunq
  1. LU

    0下载:
  2. 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3015
    • 提供者:余思勰
  1. Gauss

    0下载:
  2. 线性方程组的数值解法的Matlab代码 采用Gauss算法和LU分解-Matlab code of the numerical solution of linear equations using Gauss algorithm and LU factorization
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13539
    • 提供者:yy
  1. LU_FACTORIZATION

    0下载:
  2. 使用MATLAB实现矩阵的LU分解,MATLAB自带的函数是无法实现计算方法中的LU分解的;-MATLAB LU FACTORIZATION
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:581
    • 提供者:张树鹏
  1. code3

    0下载:
  2. splu Square PA=LU factorization *with row exchanges*.-splu Square PA=LU factorization *with row exchanges*.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:Pranav
  1. LU-factorization

    0下载:
  2. 实现矩阵的LU最大主元分解,方便快捷有效,可以查看分解过程,适合初学者-Achieve maximum principal component matrix LU decomposition, convenient and effective, you can view the decomposition process, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:YeePhon Lae
  1. matlab

    0下载:
  2. LINEAR SYSTEMS AND GAUSSIAN ELIMINATION THE LU FACTORIZATION Gauss-Seidel iteration SOR (successive over-relaxation) iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:Penny
  1. decomposition_for_Matrix

    1下载:
  2. 本次程序是一个综合程序,功能是实现矩阵分解,包含有四种算法:LU分解、QR分解、Householder Reduction、Givens Reduction-The program is a comprehensive program, whose function is performming factorization for matrix, including four algorithms: LU decomposition, QR decomposition, Householder
  3. 所属分类:matlab

    • 发布日期:2015-11-30
    • 文件大小:5120
    • 提供者:guang mingxing
  1. LU-Factorization

    0下载:
  2. The function decomposes the matrix A into a lower triangular matrix L and an upper triangular matrix U, using Crout s method such that A=LU. Input variables: A The matrix of coefficients. Output variable: L Lower triangular matrix. U Uppe
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:59077
    • 提供者:Zolo
搜珍网 www.dssz.com